]> git.sur5r.net Git - i3/i3/blobdiff - include/restore_layout.h
Check if output is disabled in handle_output()
[i3/i3] / include / restore_layout.h
index 75617410dd608842263b7cc3a73f2bc2f5d6396d..3f0229d3d8eee7ed9216662d8c9ac5cfea335159 100644 (file)
@@ -8,8 +8,7 @@
  *                   parsing (which can be found in load_layout.c).
  *
  */
-#ifndef I3_RESTORE_LAYOUT_H
-#define I3_RESTORE_LAYOUT_H
+#pragma once
 
 /**
  * Opens a separate connection to X11 for placeholder windows when restoring
@@ -37,5 +36,3 @@ void restore_open_placeholder_windows(Con *con);
  *
  */
 bool restore_kill_placeholder(xcb_window_t placeholder);
-
-#endif