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/resistance | |
| parent | 416b9d5f5f53468f954abbdffbc40003032c7f9a (diff) | |
rename 'xinerama' stuff to 'monitors' to be more generic and descriptive.
Diffstat (limited to 'plugins/resistance')
| -rw-r--r-- | plugins/resistance/resistance.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/resistance/resistance.c b/plugins/resistance/resistance.c index aa60b2b1..31844752 100644 --- a/plugins/resistance/resistance.c +++ b/plugins/resistance/resistance.c @@ -108,8 +108,8 @@ static void resist_move(Client *c, int *x, int *y) } /* get the screen boundaries */ - for (i = 0; i < screen_num_xin_areas; ++i) { - area = screen_area_xinerama(c->desktop, i); + for (i = 0; i < screen_num_monitors; ++i) { + area = screen_area_monitor(c->desktop, i); if (!RECT_INTERSECTS_RECT(*area, c->frame->area)) continue; |
