]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
rename 'xinerama' stuff to 'monitors' to be more generic and descriptive.
[chaz/openbox] / openbox / focus.c
index 8b7eb29a20ca283b9cf9750b8297df806ab07dc5..12d30d27e8fffe46d1ab02e24ad1b5dd4e64e375 100644 (file)
@@ -250,7 +250,7 @@ static void popup_cycle(Client *c, gboolean show)
         Client *p = c;
         char *title;
 
-        a = screen_physical_area_xinerama(0);
+        a = screen_physical_area_monitor(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.020246 seconds and 4 git commands to generate.