]> git.sur5r.net Git - i3/i3/blobdiff - src/handlers.c
Re-render floating cons alone when possible
[i3/i3] / src / handlers.c
index c4b8cd087b16b9ccc9026d152a18647bf089bc6c..47abe2b49483d5cf0425d23bcf10885151c4f7de 100644 (file)
@@ -980,7 +980,8 @@ static bool handle_normal_hints(void *data, xcb_connection_t *conn, uint8_t stat
         Con *floating = con_inside_floating(con);
         if (floating) {
             floating_check_size(con, false);
-            tree_render();
+            render_con(con);
+            x_push_changes(croot);
         }
     }