Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
implemented dwm reading status text from stdin
[dwm.git]
/
dwm.h
diff --git
a/dwm.h
b/dwm.h
index
1f8283c
..
29aa6a2
100644
(file)
--- a/
dwm.h
+++ b/
dwm.h
@@
-9,13
+9,13
@@
#define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
#define BGCOLOR "#666699"
#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 */
#define BORDERCOLOR "#9999CC"
#define MASTERW 52 /* percent */
#define WM_PROTOCOL_DELWIN 1
/* tags */
-enum { Tscratch, Tdev, T
irc, T
www, Twork, TLast };
+enum { Tscratch, Tdev, Twww, Twork, TLast };
/********** CUSTOMIZE **********/
/********** CUSTOMIZE **********/
@@
-103,6
+103,7
@@
extern Client *clients, *sel;
/* bar.c */
extern void draw_bar();
/* bar.c */
extern void draw_bar();
+extern void barclick(XButtonPressedEvent *e);
/* client.c */
extern void manage(Window w, XWindowAttributes *wa);
/* client.c */
extern void manage(Window w, XWindowAttributes *wa);