formatting changes; attempt at keyboard-based window switching

This commit is contained in:
rsc 2005-07-13 03:54:35 +00:00
parent 7ce3f20d73
commit ac33a34a29
11 changed files with 494 additions and 411 deletions

View file

@ -61,6 +61,11 @@ void setlabel();
void getproto();
void gettrans();
/* key.c */
void keypress();
void keyrelease();
void keysetup();
/* menu.c */
void button();
void spawn();
@ -88,6 +93,7 @@ Client *getclient();
void rmclient();
void dump_revert();
void dump_clients();
void shuffle(int);
/* grab.c */
int menuhit();