Complete mouse support

This commit is contained in:
Bert
2011-01-26 18:38:54 +01:00
parent 0497a7f69d
commit f47092cda2
5 changed files with 101 additions and 31 deletions

View File

@ -21,6 +21,8 @@
#include <X11/Xlib.h>
#define CLEANMASK(mask) ((mask) & ~LockMask)
typedef struct win_env_s {
Display *dpy;
int scr;