dwm.h
changeset 157 93012e947eae
parent 150 a26b32ff8911
child 164 21071ae1fe68
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;