X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.h;h=5d7ff1a0bf0102e36e11268918b41e5c73dba189;hp=1f8283c260289d345909331d105c08c472252160;hb=6458d72572a30d2cc4af3385755033b2cca93057;hpb=9cd686c93a80b4095d4ee0960bef320ccd9ea02c diff --git a/dwm.h b/dwm.h index 1f8283c..5d7ff1a 100644 --- 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);