From 6357583c396382dd6ed8ac42004177f204fabe62 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Jul 2003 05:44:23 +0000 Subject: rename 'xinerama' stuff to 'monitors' to be more generic and descriptive. --- openbox/moveresize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/moveresize.c') diff --git a/openbox/moveresize.c b/openbox/moveresize.c index 570283c4..63de5c5b 100644 --- a/openbox/moveresize.c +++ b/openbox/moveresize.c @@ -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); -- cgit v1.2.3