cleaned config.*h to prevent some confusion

This commit is contained in:
arg@10ksloc.org
2006-08-01 15:29:37 +02:00
parent b01a51a844
commit 7c2e3bb67d
3 changed files with 5 additions and 6 deletions

5
dwm.h
View File

@ -7,8 +7,9 @@
#include CONFIG
/* mask shorthands, used in event.c and client.c */
#define BUTTONMASK (ButtonPressMask | ButtonReleaseMask)
#define MOUSEMASK (BUTTONMASK | PointerMotionMask)
#define BUTTONMASK (ButtonPressMask | ButtonReleaseMask)
#define MOUSEMASK (BUTTONMASK | PointerMotionMask)
#define WM_PROTOCOL_DELWIN 1
typedef union Arg Arg;
typedef struct Client Client;