Feature request to add alternative scratchpad patch by Gaspar Vardanyan ref. #8

This commit is contained in:
bakkeby
2020-02-09 14:55:40 +01:00
parent 69a7b2ad6b
commit ed20fd9c61
7 changed files with 135 additions and 3 deletions

6
patch/scratchpad_alt_1.h Normal file
View File

@ -0,0 +1,6 @@
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);