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 /openbox/extensions.c | |
| parent | 416b9d5f5f53468f954abbdffbc40003032c7f9a (diff) | |
rename 'xinerama' stuff to 'monitors' to be more generic and descriptive.
Diffstat (limited to 'openbox/extensions.c')
| -rw-r--r-- | openbox/extensions.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/extensions.c b/openbox/extensions.c index 73e610cb..ec53e0a7 100644 --- a/openbox/extensions.c +++ b/openbox/extensions.c @@ -70,7 +70,8 @@ void extensions_xinerama_screens(Rect **xin_areas, guint *nxin) *nxin = 1; *xin_areas = g_new(Rect, *nxin + 1); RECT_SET((*xin_areas)[0], 0, 0, - screen_physical_size.width, screen_physical_size.height); + WidthOfScreen(ScreenOfDisplay(ob_display, ob_screen)), + HeightOfScreen(ScreenOfDisplay(ob_display, ob_screen))); } /* returns one extra with the total area in it */ |
