X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=dwm.h;h=29aa6a29d2bf7528451c4bafee03a018f5d24eb6;hb=e3fd306ee2aa5b92bf4fba339a1ef0d88a97a5dc;hp=1f8283c260289d345909331d105c08c472252160;hpb=9cd686c93a80b4095d4ee0960bef320ccd9ea02c;p=dwm.git diff --git a/dwm.h b/dwm.h index 1f8283c..29aa6a2 100644 --- a/dwm.h +++ b/dwm.h @@ -9,13 +9,13 @@ #define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*" #define BGCOLOR "#666699" -#define FGCOLOR "#ffffff" +#define FGCOLOR "#eeeeee" #define BORDERCOLOR "#9999CC" #define MASTERW 52 /* percent */ #define WM_PROTOCOL_DELWIN 1 /* tags */ -enum { Tscratch, Tdev, Tirc, Twww, Twork, TLast }; +enum { Tscratch, Tdev, Twww, Twork, TLast }; /********** CUSTOMIZE **********/ @@ -103,6 +103,7 @@ extern Client *clients, *sel; /* bar.c */ extern void draw_bar(); +extern void barclick(XButtonPressedEvent *e); /* client.c */ extern void manage(Window w, XWindowAttributes *wa);