Mercurial > dwm-meillo
comparison dwm.h @ 78:0d71fb80b592
changing XFlush into XSync
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Sat, 15 Jul 2006 18:11:14 +0200 |
parents | 38c8f7f7d401 |
children | 8125f908c80c |
comparison
equal
deleted
inserted
replaced
77:38c8f7f7d401 | 78:0d71fb80b592 |
---|---|
6 #include <X11/Xlib.h> | 6 #include <X11/Xlib.h> |
7 | 7 |
8 /********** CUSTOMIZE **********/ | 8 /********** CUSTOMIZE **********/ |
9 | 9 |
10 #define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*" | 10 #define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*" |
11 #define BGCOLOR "#0a2c2d" | |
12 #define FGCOLOR "#ddeeee" | |
13 #define BORDERCOLOR "#176164" | |
14 /* | |
11 #define BGCOLOR "#666699" | 15 #define BGCOLOR "#666699" |
12 #define FGCOLOR "#eeeeee" | 16 #define FGCOLOR "#eeeeee" |
13 #define BORDERCOLOR "#9999CC" | 17 #define BORDERCOLOR "#9999CC" |
18 */ | |
14 #define MASTERW 52 /* percent */ | 19 #define MASTERW 52 /* percent */ |
15 #define WM_PROTOCOL_DELWIN 1 | 20 #define WM_PROTOCOL_DELWIN 1 |
16 | 21 |
17 /* tags */ | 22 /* tags */ |
18 enum { Tscratch, Tdev, Twww, Twork, TLast }; | 23 enum { Tscratch, Tdev, Twww, Twork, TLast }; |