]> git.sur5r.net Git - i3/i3/blobdiff - include/output.h
Use #pragma once
[i3/i3] / include / output.h
index 67652fa102964aa713230ca2f3856b1354be76b5..10ee7d1740ac4d4f96ee7dca366063713ab06511 100644 (file)
@@ -1,14 +1,16 @@
 /*
  * vim:ts=4:sw=4:expandtab
+ *
+ * i3 - an improved dynamic tiling window manager
+ * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
+ *
+ * output.c: Output (monitor) related functions.
+ *
  */
-
-#ifndef _OUTPUT_H
-#define _OUTPUT_H
+#pragma once
 
 /**
  * Returns the output container below the given output container.
  *
  */
 Con *output_get_content(Con *output);
-
-#endif