comparison dwm.h @ 157:93012e947eae

renamed WM_PROTOCOL_DELWIN into PROTODELWIN
author arg@10ksloc.org
date Tue, 01 Aug 2006 16:44:23 +0200
parents a26b32ff8911
children 21071ae1fe68
comparison
equal deleted inserted replaced
156:9bd8a1a50464 157:93012e947eae
7 #include CONFIG 7 #include CONFIG
8 8
9 /* mask shorthands, used in event.c and client.c */ 9 /* mask shorthands, used in event.c and client.c */
10 #define BUTTONMASK (ButtonPressMask | ButtonReleaseMask) 10 #define BUTTONMASK (ButtonPressMask | ButtonReleaseMask)
11 #define MOUSEMASK (BUTTONMASK | PointerMotionMask) 11 #define MOUSEMASK (BUTTONMASK | PointerMotionMask)
12 #define WM_PROTOCOL_DELWIN 1 12 #define PROTODELWIN 1
13 13
14 typedef union Arg Arg; 14 typedef union Arg Arg;
15 typedef struct Client Client; 15 typedef struct Client Client;
16 typedef struct DC DC; 16 typedef struct DC DC;
17 typedef struct Fnt Fnt; 17 typedef struct Fnt Fnt;