aewl

diff dwm.h @ 58:1269bd127551

made barclick to select the specific tag
author Anselm R. Garbe <garbeam@wmii.de>
date Fri, 14 Jul 2006 10:34:07 +0200
parents f005d46462e8
children 5d4653de9a1c
line diff
     1.1 --- a/dwm.h	Fri Jul 14 10:07:38 2006 +0200
     1.2 +++ b/dwm.h	Fri Jul 14 10:34:07 2006 +0200
     1.3 @@ -103,6 +103,7 @@
     1.4  
     1.5  /* bar.c */
     1.6  extern void draw_bar();
     1.7 +extern void barclick(XButtonPressedEvent *e);
     1.8  
     1.9  /* client.c */
    1.10  extern void manage(Window w, XWindowAttributes *wa);