applied Jukkas prev/next patch with XK_{h,l}

This commit is contained in:
arg@10ksloc.org
2006-08-01 12:39:14 +02:00
parent 7b5638f61d
commit 1b63f832c5
3 changed files with 18 additions and 0 deletions

2
dwm.h
View File

@ -143,6 +143,8 @@ extern void replacetag(Arg *arg);
extern void settags(Client *c);
extern void togglemode(Arg *arg);
extern void view(Arg *arg);
extern void viewnext(Arg *arg);
extern void viewprev(Arg *arg);
/* util.c */
extern void *emallocz(unsigned int size);