aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-08-04 12:00:55 +0200
committerarg@10ksloc.org <unknown>2006-08-04 12:00:55 +0200
commit9955ddc978c2e6acfe246f29f1d317b55d860757 (patch)
treed7f5d5ef9f4aa6cea8e724f2f6f0938c7033f2bb /dwm.h
parent0dfe729f90069de070495c82ddc72cc476a4f3ab (diff)
downloaddwm-9955ddc978c2e6acfe246f29f1d317b55d860757.tar.gz
using execl now, argv changed, using cmd and const char defs directly in the KEYS struct
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h
index 25971ac..939b546 100644
--- a/dwm.h
+++ b/dwm.h
@@ -17,7 +17,7 @@ typedef struct DC DC;
typedef struct Fnt Fnt;
union Arg {
- const char **argv;
+ const char *cmd;
int i;
};