dwm.h
changeset 150 a26b32ff8911
parent 148 5267e1204367
child 157 93012e947eae
equal deleted inserted replaced
149:332fcc6d4f88 150:a26b32ff8911
     5 
     5 
     6 #include <X11/Xlib.h>
     6 #include <X11/Xlib.h>
     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 
    13 
    13 typedef union Arg Arg;
    14 typedef union Arg Arg;
    14 typedef struct Client Client;
    15 typedef struct Client Client;
    15 typedef struct DC DC;
    16 typedef struct DC DC;
    16 typedef struct Fnt Fnt;
    17 typedef struct Fnt Fnt;