]> Dogcows Code - chaz/openbox/blobdiff - openbox/moveresize.c
rename 'xinerama' stuff to 'monitors' to be more generic and descriptive.
[chaz/openbox] / openbox / moveresize.c
index 570283c43ab827f969f887e572bdf12b9fd9eeed..63de5c5bb4ccc252e924183392e0a2da63dc52d8 100644 (file)
@@ -82,7 +82,7 @@ static void popup_coords(char *format, int a, int b)
     Rect *area;
 
     text = g_strdup_printf(format, a, b);
-    area = screen_physical_area_xinerama(0);
+    area = screen_physical_area_monitor(0);
     popup_position(popup, NorthWestGravity,
                    POPUP_X + area->x, POPUP_Y + area->y);
     popup_show(popup, text, NULL);
This page took 0.019842 seconds and 4 git commands to generate.