diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-13 11:51:12 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-13 11:51:12 +0000 |
| commit | a3e7dc19f09edf17f0701059be1927ebea5bcab6 (patch) | |
| tree | 702a77f2b80a8d1801a0ea8bc1577057dcd8608d /openbox/extensions.c | |
| parent | 2e47bfd0a603a9c3c1c8b5190d62e996723bbda1 (diff) | |
add struts to the list. reboringify --debug-xinerama
Diffstat (limited to 'openbox/extensions.c')
| -rw-r--r-- | openbox/extensions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/extensions.c b/openbox/extensions.c index 605834cd..b7d8e73a 100644 --- a/openbox/extensions.c +++ b/openbox/extensions.c @@ -105,7 +105,7 @@ void extensions_xinerama_screens(Rect **xin_areas, guint *nxin) *nxin = 2; *xin_areas = g_new(Rect, *nxin + 1); RECT_SET((*xin_areas)[0], 0, 0, w/2, h); - RECT_SET((*xin_areas)[1], w/2, 0, w-(w/2), h/2); + RECT_SET((*xin_areas)[1], w/2, 0, w-(w/2), h); } else { *nxin = 1; |
