X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fscratchpad.h;h=b385550cdbaf144274d3e4557445e9eaa9a550e2;hb=884214f14fdbd0a4a368d2a36d5e50324fa1d52a;hp=4d5533273983b1a8a11b8bc6d357fcdbd569fac2;hpb=794783defbb7073f5ca4676e9b088308baac5540;p=i3%2Fi3 diff --git a/include/scratchpad.h b/include/scratchpad.h index 4d553327..b385550c 100644 --- a/include/scratchpad.h +++ b/include/scratchpad.h @@ -2,13 +2,12 @@ * 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 /** * Moves the specified window to the __i3_scratch workspace, making it floating @@ -39,5 +38,3 @@ void scratchpad_show(Con *con); * */ void scratchpad_fix_resolution(void); - -#endif