]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
i dont like this "application window" concept. swap it with "helper" windows instead...
[chaz/openbox] / openbox / screen.c
index ffbe7124ddaa3d6c1d45891291af6ffedd11dae4..19e18a219c1855d349cb1d08686a53e4a6a755c5 100644 (file)
@@ -498,7 +498,7 @@ void screen_set_desktop(guint num, gboolean dofocus)
         if (c->can_focus) {
             /* do this here so that if you switch desktops to a window with
                helper windows then the helper windows won't flash */
-            client_bring_non_application_windows(c);
+            client_bring_helper_windows(c);
             /* reduce flicker by hiliting now rather than waiting for the
                server FocusIn event */
             frame_adjust_focus(c->frame, TRUE);
This page took 0.021409 seconds and 4 git commands to generate.