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. --- plugins/placement/placement.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/placement') diff --git a/plugins/placement/placement.c b/plugins/placement/placement.c index 5f962e47..589e0a30 100644 --- a/plugins/placement/placement.c +++ b/plugins/placement/placement.c @@ -32,8 +32,8 @@ static void place_random(Client *c) if (ob_state == State_Starting) return; - area = screen_area_xinerama(c->desktop, - g_random_int_range(0, screen_num_xin_areas)); + area = screen_area_monitor(c->desktop, + g_random_int_range(0, screen_num_monitors)); l = area->x; t = area->y; -- cgit v1.2.3