diff options
author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-11 11:10:05 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-11 11:10:05 +0200 |
commit | 3a69c5173cdd24959410870bec2a10a76272e034 (patch) | |
tree | 993f2fb75b1c44213d0c95a4da8b3a18daa739fe /wm.h | |
parent | 439e15d09f6fa9271d3b49ef97194f0c80ebe161 (diff) | |
download | dwm-3a69c5173cdd24959410870bec2a10a76272e034.tar.gz |
implemented pipe_spawn
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; |