]> git.sur5r.net Git - i3/i3/blobdiff - include/scratchpad.h
Merge branch 'release-4.16.1'
[i3/i3] / include / scratchpad.h
index b385550cdbaf144274d3e4557445e9eaa9a550e2..b24ffc080ec4d0600718ff2887ca919cf779ca60 100644 (file)
@@ -9,6 +9,8 @@
  */
 #pragma once
 
+#include <config.h>
+
 /**
  * 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),