diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-08 01:31:51 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-08 01:31:51 +0000 |
| commit | de82c4a5dfd771b89b6f48b56fcb578d91bd6bed (patch) | |
| tree | b2719b9d458095be354740a834dc1636159f214e /openbox/event.c | |
| parent | ebabf3943c926547739254fb67f8024166ea000f (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/event.c')
| -rw-r--r-- | openbox/event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/event.c b/openbox/event.c index 9a1ebb2f..1c640f13 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -504,7 +504,7 @@ static void event_process(const XEvent *ec, gpointer data) frame_adjust_focus(client->frame, TRUE); focus_set_client(client); client_calc_layer(client); - client_bring_non_application_windows(client); + client_bring_helper_windows(client); } } else if (e->type == FocusOut) { gboolean nomove = FALSE; |
