JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
focus on view change as well
[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 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);