From e43456dd6293c2dfb870b181b39638e0425f7ad3 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 1 Apr 2010 01:44:29 +0200 Subject: [PATCH] Stop moving stuff onscreen when the screen size changes --- openbox/screen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.34.1