]> git.sur5r.net Git - i3/i3/blobdiff - src/handlers.c
Fix: render_con shows floating containers on wrong workspace
[i3/i3] / src / handlers.c
index 5a79ffe174e6c025b35c09cfb85a1238ba23ea33..ae42b82e546142b84440ffbee9bb6ccf46e32d86 100644 (file)
@@ -981,8 +981,7 @@ 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);
-            render_con(con);
-            x_push_changes(croot);
+            tree_render();
         }
     }