X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=include%2Fscratchpad.h;h=b24ffc080ec4d0600718ff2887ca919cf779ca60;hp=b385550cdbaf144274d3e4557445e9eaa9a550e2;hb=HEAD;hpb=66a1fa7d4643981bcc8f78b03e170e35bf00bfc7 diff --git a/include/scratchpad.h b/include/scratchpad.h index b385550c..b24ffc08 100644 --- a/include/scratchpad.h +++ b/include/scratchpad.h @@ -9,6 +9,8 @@ */ #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),