]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
Don't cancel interactive action when another one is run which shares the same run...
[chaz/openbox] / openbox / screen.c
index de3c9fb09b7430e6e527f36c9cfc404b499d488c..707d0b6b29fb649c9a4e897af168e4c38bdc14cb 100644 (file)
@@ -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)
This page took 0.023756 seconds and 4 git commands to generate.