]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
remove non-planar surfaces
[chaz/openbox] / openbox / screen.c
index a1ad36e0e5fe69b06b78a399cbc80b78eec314ec..85bf036d44b488f13a62e3fb659721507bffe07b 100644 (file)
@@ -336,7 +336,9 @@ void screen_set_desktop(guint num)
     /* focus the last focused window on the desktop, and ignore enter events
        from the switch so it doesnt mess with the focus */
     while (XCheckTypedEvent(ob_display, EnterNotify, &e));
+    g_message("switch fallback");
     focus_fallback(Fallback_Desktop);
+    g_message("/switch fallback");
 
     dispatch_ob(Event_Ob_Desktop, num, old);
 }
@@ -581,11 +583,11 @@ static void screen_update_area()
                Client *c = it->data;
                if (i < screen_num_desktops) {
                    if (c->desktop == i)
-                       client_remaximize(c);
+                        client_reconfigure(c);
                } else {
                    /* the 'all desktops' size */
                    if (c->desktop == DESKTOP_ALL)
-                       client_remaximize(c);
+                        client_reconfigure(c);
                }
            }
        }
This page took 0.025365 seconds and 4 git commands to generate.