diff --git a/fns.h b/fns.h index 8c72117..89f8769 100644 --- a/fns.h +++ b/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();