#include <stdio.h>
#include <unistd.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/keysym.h>
#include <X11/cursorfont.h>
#include <math.h>
#include <malloc.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <cstring>
#include <errno.h>
#include <png.h>
#include "sticky.h"
#include "x11graph.h"
#include "parameter.h"
#include "output.h"
#include <iostream>
#include <string>
Defines | |
#define | NOPVM |
#define | KEYBUFSIZE 10 |
#define | SWAP(a, b) tmpswap = a; a = b; b = tmpswap; |
Variables | |
Parameter | par |
int | errno |
|
|
|
|
|
|
|
|
|
|