diff options
| author | bakkeby <[email protected]> | 2022-07-28 11:29:50 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2022-07-28 11:29:50 +0200 |
| commit | d9f79bea73894e1fe1b2a0342dafcfc818d4c0ee (patch) | |
| tree | 9733e73781eebd3fb98311ee1e807b69bcdb6d88 /dwm.c | |
| parent | df5eba3f8fc32c3843fe6ba35b18743312ed27ed (diff) | |
| download | dwm-flexipatch-d9f79bea73894e1fe1b2a0342dafcfc818d4c0ee.tar.gz dwm-flexipatch-d9f79bea73894e1fe1b2a0342dafcfc818d4c0ee.zip | |
Bump to 9bffa84: use named parameter for func prototype
Ref. https://git.suckless.org/dwm/commit/9bffa845faa181fb3afe05f3dc86ad79c80736be.html
Diffstat (limited to 'dwm.c')
| -rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -673,7 +673,7 @@ static void motionnotify(XEvent *e); static void movemouse(const Arg *arg); static Client *nexttiled(Client *c); #if !ZOOMSWAP_PATCH || TAGINTOSTACK_ALLMASTER_PATCH || TAGINTOSTACK_ONEMASTER_PATCH -static void pop(Client *); +static void pop(Client *c); #endif // !ZOOMSWAP_PATCH / TAGINTOSTACK_ALLMASTER_PATCH / TAGINTOSTACK_ONEMASTER_PATCH static void propertynotify(XEvent *e); static void quit(const Arg *arg); |
