X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fscreen.c;h=707d0b6b29fb649c9a4e897af168e4c38bdc14cb;hb=49b14e7bf5eb6256b69e6da66fbf7a0bca383038;hp=de3c9fb09b7430e6e527f36c9cfc404b499d488c;hpb=0b97b6043c177bc4cb0bc982a84278120f31c58a;p=chaz%2Fopenbox 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)