summaryrefslogtreecommitdiff
path: root/openbox/frame.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-13 11:15:51 +0000
committerDana Jansens <danakj@orodu.net>2007-06-13 11:15:51 +0000
commiteb6a2e9c4b334f53d714a2e7f10f73c63c3d2edd (patch)
tree82802298c0d4bb5acdb00f0531b626753cb2dec1 /openbox/frame.c
parent97d4f66cd8db231531e2b425390ff1b4a74e5358 (diff)
xinerama support like crazy for struts and everything else too. this probably crashes but its been way too long without a commit.
Diffstat (limited to 'openbox/frame.c')
-rw-r--r--openbox/frame.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/frame.c b/openbox/frame.c
index 19ead3b9..6aae7a2a 100644
--- a/openbox/frame.c
+++ b/openbox/frame.c
@@ -1577,7 +1577,8 @@ static gboolean frame_animate_iconify(gpointer p)
if (self->client->icon_geometry.width == 0) {
/* there is no icon geometry set so just go straight down */
- Rect *a = screen_physical_area();
+ Rect *a = screen_physical_area_monitor
+ (screen_find_monitor(&self->area));
iconx = self->area.x + self->area.width / 2 + 32;
icony = a->y + a->width;
iconw = 64;