diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-08 01:25:30 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-08 01:25:30 +0000 |
| commit | ebabf3943c926547739254fb67f8024166ea000f (patch) | |
| tree | 3c2072e1a834a3f5753cd92de8b019a3fd10d65d /openbox/event.c | |
| parent | 5945d2e9c851a03d58ab364fe93136cbe5079c2b (diff) | |
make helper windows share desktops with all their application top level windows
Diffstat (limited to 'openbox/event.c')
| -rw-r--r-- | openbox/event.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/event.c b/openbox/event.c index a3ca5585..9a1ebb2f 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -504,6 +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); } } else if (e->type == FocusOut) { gboolean nomove = FALSE; @@ -1024,7 +1025,7 @@ static void event_handle_client(ObClient *client, XEvent *e) if ((unsigned)e->xclient.data.l[0] < screen_num_desktops || (unsigned)e->xclient.data.l[0] == DESKTOP_ALL) client_set_desktop(client, (unsigned)e->xclient.data.l[0], - FALSE); + FALSE, FALSE); } else if (msgtype == prop_atoms.net_wm_state) { /* can't compress these */ ob_debug("net_wm_state %s %ld %ld for 0x%lx\n", |
