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 /patch/scratchpad_alt_1.h | |
| 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 'patch/scratchpad_alt_1.h')
| -rw-r--r-- | patch/scratchpad_alt_1.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/patch/scratchpad_alt_1.h b/patch/scratchpad_alt_1.h index 5cc2e2f..36ce378 100644 --- a/patch/scratchpad_alt_1.h +++ b/patch/scratchpad_alt_1.h @@ -1,8 +1,8 @@ #define SCRATCHPAD_MASK (1u << NUMTAGS) -static void scratchpad_hide (); -static _Bool scratchpad_last_showed_is_killed (void); -static void scratchpad_remove (); -static void scratchpad_show (); -static void scratchpad_show_client (Client * c); -static void scratchpad_show_first (void);
\ No newline at end of file +static void scratchpad_hide(); +static _Bool scratchpad_last_showed_is_killed(void); +static void scratchpad_remove(); +static void scratchpad_show(); +static void scratchpad_show_client(Client *c); +static void scratchpad_show_first(void);
\ No newline at end of file |
