From 6b66001abeb60f09c79bf33435690fb6c12119f0 Mon Sep 17 00:00:00 2001 From: Derek Stevens Date: Fri, 26 Feb 2021 17:20:49 -0500 Subject: [PATCH] fns: update some function signatures --- fns.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();