From 950516124f49000bd8df0481df0c54a14a05b7f9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 28 Jul 2003 18:06:55 +0000 Subject: make those apps stay/map on screen!! fuck stupid apps. thats right im talking to you mozilla and you too java. --- openbox/screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/screen.c') diff --git a/openbox/screen.c b/openbox/screen.c index 59212da1..b312aba9 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -357,7 +357,7 @@ void screen_resize() screen_update_areas(); for (it = client_list; it; it = it->next) - client_move_onscreen(it->data); + client_move_onscreen(it->data, FALSE); } void screen_set_num_desktops(guint num) -- cgit v1.2.3