Mercurial > hg > index.fcgi > dwm > dwm-3.6.1-12pba
comparison dwm.h @ 2:de6bb7885c97
add right-click eventon layout icon to go to previous layout
author | pang@hit-nxdomain.opendns.com |
---|---|
date | Tue, 24 Mar 2009 12:52:45 -0700 |
parents | 7024076fa948 |
children | faa4cb9d7bd6 |
comparison
equal
deleted
inserted
replaced
0:446485c4c2df | 1:0c5c0b7e6c9e |
---|---|
150 extern void tag(Arg *arg); /* tags c with arg's index */ | 150 extern void tag(Arg *arg); /* tags c with arg's index */ |
151 extern void toggletag(Arg *arg); /* toggles c tags with arg's index */ | 151 extern void toggletag(Arg *arg); /* toggles c tags with arg's index */ |
152 extern void toggleview(Arg *arg); /* toggles the tag with arg's index (in)visible */ | 152 extern void toggleview(Arg *arg); /* toggles the tag with arg's index (in)visible */ |
153 extern void view(Arg *arg); /* views the tag with arg's index */ | 153 extern void view(Arg *arg); /* views the tag with arg's index */ |
154 extern void last_view(Arg *arg); /* go to last viewed tag */ | 154 extern void last_view(Arg *arg); /* go to last viewed tag */ |
155 extern void next_view(Arg *arg); /* go to next/prev tag */ | |
155 | 156 |
156 /* util.c */ | 157 /* util.c */ |
157 extern void *emallocz(unsigned int size); /* allocates zero-initialized memory, exits on error */ | 158 extern void *emallocz(unsigned int size); /* allocates zero-initialized memory, exits on error */ |
158 extern void eprint(const char *errstr, ...); /* prints errstr and exits with 1 */ | 159 extern void eprint(const char *errstr, ...); /* prints errstr and exits with 1 */ |
159 extern void spawn(Arg *arg); /* forks a new subprocess with arg's cmd */ | 160 extern void spawn(Arg *arg); /* forks a new subprocess with arg's cmd */ |