aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2022-10-30 16:10:12 +0100
committerMichael Stapelberg <stapelberg@users.noreply.github.com>2022-11-01 17:55:46 +0100
commit9ac027234b517a9de64cfe165029ee64a5afc6af (patch)
treef76c5d1a65dec000dd4f54c655ed898256c42100 /include
parent2fbb36b95f2286f69685d2869fb7a488195eb183 (diff)
downloadi3-9ac027234b517a9de64cfe165029ee64a5afc6af.tar.gz
i3-9ac027234b517a9de64cfe165029ee64a5afc6af.zip
refactor render_con() global parameter into should_inset_con()
This bundles the logic all in one place and thereby makes it a little easier to understand.
Diffstat (limited to 'include')
-rw-r--r--include/render.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/render.h b/include/render.h
index 8500b71d..03751c01 100644
--- a/include/render.h
+++ b/include/render.h
@@ -40,7 +40,7 @@ typedef struct render_params {
* updated in X11.
*
*/
-void render_con(Con *con, bool already_inset);
+void render_con(Con *con);
/**
* Returns the height for the decorations