aboutsummaryrefslogtreecommitdiff
path: root/include/con.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/con.h')
-rw-r--r--include/con.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/con.h b/include/con.h
index 8d344994..f97ddaec 100644
--- a/include/con.h
+++ b/include/con.h
@@ -421,6 +421,14 @@ Con *con_descend_tiling_focused(Con *con);
Con *con_descend_direction(Con *con, direction_t direction);
/**
+ * Returns whether the window decoration (title bar) should be drawn into the
+ * X11 frame window of this container (default) or into the X11 frame window of
+ * the parent container (for stacked/tabbed containers).
+ *
+ */
+bool con_draw_decoration_into_frame(Con *con);
+
+/**
* Returns a "relative" Rect which contains the amount of pixels that need to
* be added to the original Rect to get the final position (obviously the
* amount of pixels for normal, 1pixel and borderless are different).