diff options
| author | bakkeby <[email protected]> | 2021-05-06 11:05:48 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2021-05-06 11:05:48 +0200 |
| commit | 9edce6b60686450a875f59a700df84aac377dbf6 (patch) | |
| tree | d29bc5b32d7858d00c9ef3e5d776b138e0467858 /dwm.c | |
| parent | df9533f1eb6cbfe289d6bcdb4874ac4e2dea8cd8 (diff) | |
| download | dwm-flexipatch-9edce6b60686450a875f59a700df84aac377dbf6.tar.gz dwm-flexipatch-9edce6b60686450a875f59a700df84aac377dbf6.zip | |
scratchpad_alt_1: upgrading and simplifying patch ref. #124
Diffstat (limited to 'dwm.c')
| -rw-r--r-- | dwm.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4155,6 +4155,11 @@ unmanage(Client *c, int destroyed) } #endif // XKB_PATCH + #if SCRATCHPAD_ALT_1_PATCH + if (scratchpad_last_showed == c) + scratchpad_last_showed = NULL; + #endif // SCRATCHPAD_ALT_1_PATCH + free(c); #if SWALLOW_PATCH if (s) |
