Mercurial > dwm-meillo
comparison dwm.h @ 150:a26b32ff8911
cleaned config.*h to prevent some confusion
author | arg@10ksloc.org |
---|---|
date | Tue, 01 Aug 2006 15:29:37 +0200 |
parents | 5267e1204367 |
children | 93012e947eae |
comparison
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; |