Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
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);