]> git.sur5r.net Git - i3/i3/blobdiff - include/con.h
make i3-nagbar work properly on hi-dpi displays
[i3/i3] / include / con.h
index 5d761f684ada5ebe7661fd6b34edbbae57426d45..b025adab16e0349eef40fca2e5972d033bef57c0 100644 (file)
@@ -356,3 +356,9 @@ void con_set_urgency(Con *con, bool urgent);
  *
  */
 char *con_get_tree_representation(Con *con);
+
+/**
+ * force parent split containers to be redrawn
+ *
+ */
+void con_force_split_parents_redraw(Con *con);