added scratchpad (WIP)

views that are pushed to the scratchpad still render and accept input.
latter only if no other view took focus afterwards
This commit is contained in:
minus 2015-08-21 22:52:09 +02:00
parent 4e0a3b9c72
commit f4b4c5851a
3 changed files with 50 additions and 3 deletions

View file

@ -32,4 +32,9 @@ void recursive_resize(swayc_t *container, double amount, enum wlc_resize_edge ed
void view_set_floating(swayc_t *view, bool floating);
// Scratchpad
void scratchpad_push(swayc_t *view);
swayc_t *scratchpad_pop(void);
#endif