]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
xinerama support
[chaz/openbox] / openbox / focus.c
index 0a88865aa8736846775d102ddab443b5b93e7066..ad18d9748aea81f8a0e18c1893826393790aed05 100644 (file)
@@ -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);
This page took 0.020267 seconds and 4 git commands to generate.