From de82c4a5dfd771b89b6f48b56fcb578d91bd6bed Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 8 May 2007 01:31:51 +0000 Subject: i dont like this "application window" concept. swap it with "helper" windows instead which are the inverse. helper windows are utility/menu/toolbar windows. --- openbox/event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/event.c') 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; -- cgit v1.2.3