summaryrefslogtreecommitdiff
path: root/openbox/screen.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-07-12 02:57:08 -0400
committerDana Jansens <danakj@orodu.net>2007-07-12 02:57:08 -0400
commit4b73574406e24df84e909014926e56ab1e5c7934 (patch)
tree9adf4101fd94bf0a9bc1ffe3817ffe1e944a9986 /openbox/screen.c
parent37a5b59d7bf51a201981c486b800b3b8d57e9b9c (diff)
adding trunk
Signed-off-by: Dana Jansens <danakj@orodu.net>
Diffstat (limited to 'openbox/screen.c')
-rw-r--r--openbox/screen.c4
1 files changed, 0 insertions, 4 deletions
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)