From 4c90d1d9e4092f9ee0106d316829144653a276ea Mon Sep 17 00:00:00 2001 From: Filip Wandzio Date: Tue, 30 Dec 2025 02:45:11 +0100 Subject: Split monolithic dwm.h into modular headers and group them by it's functionalities The new plan of refactoring this project is to split entire monolithic codebase into separate, (kind of) independent modules. This will help with understanding the code by turning off modules and deciding which ones require some work. Signed-off-by: Filip Wandzio --- src/core/dwm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/dwm.h') diff --git a/src/core/dwm.h b/src/core/dwm.h index 273645a..d3bdf5a 100644 --- a/src/core/dwm.h +++ b/src/core/dwm.h @@ -153,7 +153,7 @@ static void focusin(XEvent *e); static Atom getatomprop(Client *c, Atom prop); static int getrootptr(int *x, int *y); static long getstate(Window w); -static unsigned int getsystraywidth(); +static unsigned int getsystraywidth(void); static int gettextprop(Window w, Atom atom, char *text, unsigned int size); static void grabbuttons(Client *c, int focused); static void grabkeys(void); -- cgit v1.2.3