using execl now, argv changed, using cmd and const char defs directly in the KEYS struct

This commit is contained in:
arg@10ksloc.org
2006-08-04 12:00:55 +02:00
parent 0dfe729f90
commit 9955ddc978
4 changed files with 18 additions and 18 deletions

2
dwm.h
View File

@ -17,7 +17,7 @@ typedef struct DC DC;
typedef struct Fnt Fnt;
union Arg {
const char **argv;
const char *cmd;
int i;
};