summaryrefslogtreecommitdiff
path: root/openbox/moveresize.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-10 05:44:23 +0000
committerDana Jansens <danakj@orodu.net>2003-07-10 05:44:23 +0000
commit6357583c396382dd6ed8ac42004177f204fabe62 (patch)
tree0164f35e5fd59bdc2092b0d63dc35db8ae4152c5 /openbox/moveresize.c
parent416b9d5f5f53468f954abbdffbc40003032c7f9a (diff)
rename 'xinerama' stuff to 'monitors' to be more generic and descriptive.
Diffstat (limited to 'openbox/moveresize.c')
-rw-r--r--openbox/moveresize.c2
1 files changed, 1 insertions, 1 deletions
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);