From 4b73574406e24df84e909014926e56ab1e5c7934 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 12 Jul 2007 02:57:08 -0400 Subject: adding trunk Signed-off-by: Dana Jansens --- openbox/screen.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'openbox/screen.c') diff --git a/openbox/screen.c b/openbox/screen.c index de3c9fb0..707d0b6b 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -27,7 +27,6 @@ #include "moveresize.h" #include "config.h" #include "screen.h" -#include "composite.h" #include "client.h" #include "session.h" #include "frame.h" @@ -491,9 +490,6 @@ void screen_resize() for (it = client_list; it; it = g_list_next(it)) client_move_onscreen(it->data, FALSE); - - /* this needs to be setup whenever the root window's size changes */ - composite_setup_root_window(); } void screen_set_num_desktops(guint num) -- cgit v1.2.3