]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
add menu_sort_entries() which sorts all entries in an ObMenu
[chaz/openbox] / openbox / screen.c
index 91bbb4e75c694f9bac4fbefd87a3141ff1ed366f..ffe74a07078f39d60509571e1da995e5d4939ba7 100644 (file)
@@ -499,8 +499,10 @@ void screen_resize(void)
     /* this calls screen_update_areas(), which we need ! */
     dock_configure();
 
-    for (it = client_list; it; it = g_list_next(it))
+    for (it = client_list; it; it = g_list_next(it)) {
         client_move_onscreen(it->data, FALSE);
+        client_reconfigure(it->data, FALSE);
+    }
 }
 
 void screen_set_num_desktops(guint num)
This page took 0.022041 seconds and 4 git commands to generate.