Mercurial > hg > index.fcgi > dwm > dwm-3.6.1-12pba
comparison dwm.h @ 8:e749c30135e9
add tag_n_view()
author | paulo@thepaulopc |
---|---|
date | Tue, 14 Jun 2011 00:33:07 -0700 |
parents | 0968b3739b8d |
children | bc03b37b37ba |
comparison
equal
deleted
inserted
replaced
3:9992ddeca38a | 4:c1a307e631c0 |
---|---|
159 extern void toggletag(Arg *arg); /* toggles c tags with arg's index */ | 159 extern void toggletag(Arg *arg); /* toggles c tags with arg's index */ |
160 extern void toggleview(Arg *arg); /* toggles the tag with arg's index (in)visible */ | 160 extern void toggleview(Arg *arg); /* toggles the tag with arg's index (in)visible */ |
161 extern void view(Arg *arg); /* views the tag with arg's index */ | 161 extern void view(Arg *arg); /* views the tag with arg's index */ |
162 extern void last_view(Arg *arg); /* go to last viewed tag */ | 162 extern void last_view(Arg *arg); /* go to last viewed tag */ |
163 extern void next_view(Arg *arg); /* go to next/prev tag */ | 163 extern void next_view(Arg *arg); /* go to next/prev tag */ |
164 extern void tag_n_view(Arg *arg); /* tag then view */ | |
164 | 165 |
165 /* util.c */ | 166 /* util.c */ |
166 extern void *emallocz(unsigned int size); /* allocates zero-initialized memory, exits on error */ | 167 extern void *emallocz(unsigned int size); /* allocates zero-initialized memory, exits on error */ |
167 extern void eprint(const char *errstr, ...); /* prints errstr and exits with 1 */ | 168 extern void eprint(const char *errstr, ...); /* prints errstr and exits with 1 */ |
168 extern void spawn(Arg *arg); /* forks a new subprocess with arg's cmd */ | 169 extern void spawn(Arg *arg); /* forks a new subprocess with arg's cmd */ |