JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
made barclick to select the specific tag
[dwm.git] / dwm.h
diff --git a/dwm.h b/dwm.h
index 1f8283c..5d7ff1a 100644 (file)
--- a/dwm.h
+++ b/dwm.h
@@ -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);