]> git.sur5r.net Git - i3/i3/blobdiff - include/scratchpad.h
Merge branch 'master' into next
[i3/i3] / include / scratchpad.h
index 4d5533273983b1a8a11b8bc6d357fcdbd569fac2..1aca73bda56ce466932628b0a5466b363fa3a41d 100644 (file)
@@ -7,8 +7,7 @@
  * 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