summaryrefslogtreecommitdiff
path: root/openbox/screen.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-08 01:31:51 +0000
committerDana Jansens <danakj@orodu.net>2007-05-08 01:31:51 +0000
commitde82c4a5dfd771b89b6f48b56fcb578d91bd6bed (patch)
treeb2719b9d458095be354740a834dc1636159f214e /openbox/screen.c
parentebabf3943c926547739254fb67f8024166ea000f (diff)
i dont like this "application window" concept. swap it with "helper" windows instead which are the inverse. helper windows are utility/menu/toolbar windows.
Diffstat (limited to 'openbox/screen.c')
-rw-r--r--openbox/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/screen.c b/openbox/screen.c
index ffbe7124..19e18a21 100644
--- a/openbox/screen.c
+++ b/openbox/screen.c
@@ -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);