]> git.sur5r.net Git - i3/i3/blobdiff - include/render.h
Merge branch 'master' into next
[i3/i3] / include / render.h
index 0a5949f9fab35dc029b076cdd3d1407f38edac2d..1794b513894ea0c8583ff15400e1a66f679f39db 100644 (file)
@@ -8,8 +8,7 @@
  *           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);