X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fscratchpad.h;h=1aca73bda56ce466932628b0a5466b363fa3a41d;hb=ce48d5c5d735ff63f5bccd39ed331808f4df16cc;hp=c6157052ff5c9017d38b057137ba91670ddfa125;hpb=2bf7793d4d241efca25c452b5c8a5897b2a29da3;p=i3%2Fi3 diff --git a/include/scratchpad.h b/include/scratchpad.h index c6157052..1aca73bd 100644 --- a/include/scratchpad.h +++ b/include/scratchpad.h @@ -7,8 +7,7 @@ * scratchpad.c: Scratchpad functions (TODO: more description) * */ -#ifndef I3_SCRATCHPAD_H -#define I3_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