X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=include%2Fscratchpad.h;h=b24ffc080ec4d0600718ff2887ca919cf779ca60;hp=1aca73bda56ce466932628b0a5466b363fa3a41d;hb=HEAD;hpb=00cf2b21daa5bd5973f52cb1ac7a3852bf69f7cc diff --git a/include/scratchpad.h b/include/scratchpad.h index 1aca73bd..b24ffc08 100644 --- a/include/scratchpad.h +++ b/include/scratchpad.h @@ -2,13 +2,15 @@ * vim:ts=4:sw=4:expandtab * * i3 - an improved dynamic tiling window manager - * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE) + * © 2009 Michael Stapelberg and contributors (see also: LICENSE) * * scratchpad.c: Scratchpad functions (TODO: more description) * */ #pragma once +#include + /** * Moves the specified window to the __i3_scratch workspace, making it floating * and setting the appropriate scratchpad_state. @@ -27,7 +29,7 @@ void scratchpad_move(Con *con); * can press the same key to quickly look something up). * */ -void scratchpad_show(Con *con); +bool scratchpad_show(Con *con); /** * When starting i3 initially (and after each change to the connected outputs),