From: Mikael Magnusson Date: Wed, 31 Mar 2010 23:44:29 +0000 (+0200) Subject: Stop moving stuff onscreen when the screen size changes X-Git-Tag: mikabox-3.5-7~37^2~1 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=e43456dd6293c2dfb870b181b39638e0425f7ad3;p=mikachu%2Fopenbox.git Stop moving stuff onscreen when the screen size changes --- diff --git a/openbox/screen.c b/openbox/screen.c index fd11b24d..349a7e0a 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -508,8 +508,8 @@ void screen_resize(void) screen_update_areas(); dock_configure(); - for (it = client_list; it; it = g_list_next(it)) - client_move_onscreen(it->data, FALSE); +// for (it = client_list; it; it = g_list_next(it)) +// client_move_onscreen(it->data, FALSE); } void screen_set_num_desktops(guint num)