fns: update some function signatures
This commit is contained in:
parent
0b7f9ab86c
commit
6b66001abe
1 changed files with 2 additions and 2 deletions
4
fns.h
4
fns.h
|
@ -65,9 +65,9 @@ void gettrans();
|
|||
void keypress();
|
||||
void keyrelease();
|
||||
void keysetup();
|
||||
void quickreshape(Client* c, int x, int y, int dx, int dy);
|
||||
void quickreshape(Client*, int, int, int, int);
|
||||
void stickystack(int);
|
||||
void centercurrent(XWindowAttributes ra);
|
||||
void centerclient(Client*, XWindowAttributes, int);
|
||||
|
||||
/* menu.c */
|
||||
void button();
|
||||
|
|
Loading…
Reference in a new issue