diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-08 22:03:56 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-08 22:03:56 +0000 |
| commit | 97821223393cdebd3eb3fdfcc6d0dcf7502a62d7 (patch) | |
| tree | f1e03f0b64681b78b3adba5e653bac6bf52ff82c /openbox/screen.c | |
| parent | 1e4215c5c63c53c199a3a5a177607de308c8a3f1 (diff) | |
try again. merge r6177-6182 from 3.4-working
Diffstat (limited to 'openbox/screen.c')
| -rw-r--r-- | openbox/screen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/screen.c b/openbox/screen.c index 19e18a21..d48d0dda 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -438,7 +438,7 @@ void screen_set_num_desktops(guint num) for (it = client_list; it; it = g_list_next(it)) { ObClient *c = it->data; if (c->desktop >= num && c->desktop != DESKTOP_ALL) - client_set_desktop(c, num - 1, FALSE, FALSE); + client_set_desktop(c, num - 1, FALSE); } /* change our struts/area to match (after moving windows) */ @@ -473,7 +473,7 @@ void screen_set_desktop(guint num, gboolean dofocus) ob_debug("Moving to desktop %d\n", num+1); if (moveresize_client) - client_set_desktop(moveresize_client, num, TRUE, FALSE); + client_set_desktop(moveresize_client, num, TRUE); /* show windows before hiding the rest to lessen the enter/leave events */ |
