X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fscratchpad.h;h=b24ffc080ec4d0600718ff2887ca919cf779ca60;hb=3745e6f4843b638fcc73c3b499bdae4bc6f6132c;hp=4d5533273983b1a8a11b8bc6d357fcdbd569fac2;hpb=4622cde7b785b522b29d66c7d9bdcc9aa1eeb452;p=i3%2Fi3 diff --git a/include/scratchpad.h b/include/scratchpad.h index 4d553327..b24ffc08 100644 --- a/include/scratchpad.h +++ b/include/scratchpad.h @@ -2,13 +2,14 @@ * 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) * */ -#ifndef _SCRATCHPAD_H -#define _SCRATCHPAD_H +#pragma once + +#include /** * Moves the specified window to the __i3_scratch workspace, making it floating @@ -28,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), @@ -39,5 +40,3 @@ void scratchpad_show(Con *con); * */ void scratchpad_fix_resolution(void); - -#endif