]> git.sur5r.net Git - i3/i3/blobdiff - include/move.h
Merge branch 'next'
[i3/i3] / include / move.h
index d0c97014034b831fcb06654ae5845c081a354140..d45e676e4d52b5e8b8b7c6cef919f17321dea2d9 100644 (file)
@@ -1,9 +1,14 @@
 /*
  * vim:ts=4:sw=4:expandtab
+ *
+ * i3 - an improved dynamic tiling window manager
+ * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
+ *
+ * move.c: Moving containers into some direction.
+ *
  */
-
-#ifndef _MOVE_H
-#define _MOVE_H
+#ifndef I3_MOVE_H
+#define I3_MOVE_H
 
 /**
  * Moves the current container in the given direction (TOK_LEFT, TOK_RIGHT,