]> git.sur5r.net Git - i3/i3/blobdiff - include/all.h
make i3-nagbar work properly on hi-dpi displays
[i3/i3] / include / all.h
index b83b9f4e07df2c876a7c0e216a25dd5988822bae..a355d3d2b65a8e1ef08bb9a97556942a4b8c12bc 100644 (file)
@@ -10,8 +10,8 @@
  * compile-time.
  *
  */
-#ifndef _ALL_H
-#define _ALL_H
+#ifndef I3_ALL_H
+#define I3_ALL_H
 
 #include <assert.h>
 #include <stdbool.h>
 #include "scratchpad.h"
 #include "commands.h"
 #include "commands_parser.h"
+#include "bindings.h"
+#include "config_directives.h"
+#include "config_parser.h"
 #include "fake_outputs.h"
 #include "display_version.h"
+#include "restore_layout.h"
+#include "main.h"
 
 #endif