diff options
Diffstat (limited to 'wm.h')
-rw-r--r-- | wm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wm.h b/wm.h index 038078f..c4d65ea 100644 --- a/wm.h +++ b/wm.h @@ -55,7 +55,7 @@ extern void (*handler[LASTEvent]) (XEvent *); extern int screen, sel_screen; extern unsigned int lock_mask, numlock_mask; -extern char *bartext, *shell; +extern char *bartext; extern Brush brush; |