diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-10 05:44:23 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-10 05:44:23 +0000 |
| commit | 6357583c396382dd6ed8ac42004177f204fabe62 (patch) | |
| tree | 0164f35e5fd59bdc2092b0d63dc35db8ae4152c5 /plugins/placement | |
| parent | 416b9d5f5f53468f954abbdffbc40003032c7f9a (diff) | |
rename 'xinerama' stuff to 'monitors' to be more generic and descriptive.
Diffstat (limited to 'plugins/placement')
| -rw-r--r-- | plugins/placement/placement.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
