]> git.sur5r.net Git - i3/i3/blobdiff - include/all.h
tests: add test for ticket #561 (floating window size when changing border)
[i3/i3] / include / all.h
index 38cda89c53824285c521329893e9312998917755..8ae4e0a29ac26f8f24cb65a8d1fc1413e458ce43 100644 (file)
@@ -1,4 +1,9 @@
 /*
+ * vim:ts=4:sw=4:expandtab
+ *
+ * i3 - an improved dynamic tiling window manager
+ * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
+ *
  * This header file includes all relevant files of i3 and the most often used
  * system header files. This reduces boilerplate (the amount of code duplicated
  * at the beginning of each source file) and is not significantly slower at
@@ -66,5 +71,6 @@
 #include "assignments.h"
 #include "regex.h"
 #include "libi3.h"
+#include "startup.h"
 
 #endif