]> git.sur5r.net Git - i3/i3/blobdiff - include/render.h
Update copyright notices and get rid of ranges
[i3/i3] / include / render.h
index 0a5949f9fab35dc029b076cdd3d1407f38edac2d..717459e98268dd8d743134e11820f62b33c78d5e 100644 (file)
@@ -2,14 +2,13 @@
  * vim:ts=4:sw=4:expandtab
  *
  * i3 - an improved dynamic tiling window manager
- * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
+ * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
  *
  * render.c: Renders (determines position/sizes) the layout tree, updating the
  *           various rects. Needs to be pushed to X11 (see x.c) to be visible.
  *
  */
-#ifndef I3_RENDER_H
-#define I3_RENDER_H
+#pragma once
 
 /**
  * "Renders" the given container (and its children), meaning that all rects are
@@ -21,4 +20,7 @@
  */
 void render_con(Con *con, bool render_fullscreen);
 
-#endif
+/*
+ * Returns the height for the decorations
+ */
+int render_deco_height(void);