diff options
| author | Filip Wandzio <contact@philw.dev> | 2025-12-30 02:45:11 +0100 |
|---|---|---|
| committer | Filip Wandzio <contact@philw.dev> | 2025-12-30 02:45:11 +0100 |
| commit | 4c90d1d9e4092f9ee0106d316829144653a276ea (patch) | |
| tree | cba5e7697a1334da068c5fa5e5951e00696fb903 /src/core/dwm.h | |
| parent | 11b1ff4691ff3e0f8346e7431fa3f90cc846fc5d (diff) | |
| download | dwm-4c90d1d9e4092f9ee0106d316829144653a276ea.tar.gz dwm-4c90d1d9e4092f9ee0106d316829144653a276ea.zip | |
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 <contact@philw.dev>
Diffstat (limited to 'src/core/dwm.h')
| -rw-r--r-- | src/core/dwm.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); | |||
| 153 | static Atom getatomprop(Client *c, Atom prop); | 153 | static Atom getatomprop(Client *c, Atom prop); |
| 154 | static int getrootptr(int *x, int *y); | 154 | static int getrootptr(int *x, int *y); |
| 155 | static long getstate(Window w); | 155 | static long getstate(Window w); |
| 156 | static unsigned int getsystraywidth(); | 156 | static unsigned int getsystraywidth(void); |
| 157 | static int gettextprop(Window w, Atom atom, char *text, unsigned int size); | 157 | static int gettextprop(Window w, Atom atom, char *text, unsigned int size); |
| 158 | static void grabbuttons(Client *c, int focused); | 158 | static void grabbuttons(Client *c, int focused); |
| 159 | static void grabkeys(void); | 159 | static void grabkeys(void); |
