]> git.sur5r.net Git - i3/i3/blobdiff - include/load_layout.h
Merge branch 'master' into next
[i3/i3] / include / load_layout.h
index f3a60a097a8cdf4dd0a99bbf4d41c286633bb856..282512b2454e1be458e40d41538a2473817dd6d4 100644 (file)
@@ -1,5 +1,15 @@
-#ifndef _LOAD_LAYOUT_H
-#define _LOAD_LAYOUT_H
+/*
+ * vim:ts=4:sw=4:expandtab
+ *
+ * i3 - an improved dynamic tiling window manager
+ * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
+ *
+ * load_layout.c: Restore (parts of) the layout, for example after an inplace
+ *                restart.
+ *
+ */
+#ifndef I3_LOAD_LAYOUT_H
+#define I3_LOAD_LAYOUT_H
 
 void tree_append_json(const char *filename);