formatting changes; attempt at keyboard-based window switching
This commit is contained in:
parent
7ce3f20d73
commit
ac33a34a29
11 changed files with 494 additions and 411 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue