diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-13 11:31:02 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-13 11:31:02 +0000 |
| commit | f683e84741ae32ee51cc8f6d984a9f35814a7a3c (patch) | |
| tree | d5c9fd1b851fa94d981ebdffc3cb7868e6b57d4a /openbox/extensions.c | |
| parent | b394fe8e1014d901f2ae5855fb449d0ac0b3b2a2 (diff) | |
initalize static stuff.
make --debug-xinerama more intersting..
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 b7d8e73a..605834cd 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); + RECT_SET((*xin_areas)[1], w/2, 0, w-(w/2), h/2); } else { *nxin = 1; |
