diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-06-27 04:20:30 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-06-27 04:20:30 +0000 |
| commit | 34e819738b344a992a1dbfd6cdd165e0c8ddb3a9 (patch) | |
| tree | 479e77d920b6f595e92955dfcbb8fd0b63720ad1 /openbox/focus.c | |
| parent | d0abbec2e522119c0865f668b094c60a1712e24f (diff) | |
xinerama support
Diffstat (limited to 'openbox/focus.c')
| -rw-r--r-- | openbox/focus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/focus.c b/openbox/focus.c index 0a88865a..ad18d974 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -247,7 +247,7 @@ static void popup_cycle(Client *c, gboolean show) Client *p = c; char *title; - a = screen_area(c->desktop); + a = screen_physical_area_xinerama(0); popup_position(focus_cycle_popup, CenterGravity, a->x + a->width / 2, a->y + a->height / 2); /* popup_size(focus_cycle_popup, a->height/2, a->height/16); |
