From: Dana Jansens Date: Wed, 18 Apr 2007 17:18:57 +0000 (+0000) Subject: merge r5740 from trunk X-Git-Tag: openbox-3_3_991-RELEASE~253 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=5dc67d270b8ff19eb1424b1d9a9e3ae8f3623488;p=dana%2Fopenbox.git merge r5740 from trunk --- diff --git a/openbox/place.c b/openbox/place.c index ada0d7c3..6d36e1bd 100644 --- a/openbox/place.c +++ b/openbox/place.c @@ -2,7 +2,7 @@ place.c for the Openbox window manager Copyright (c) 2006 Mikael Magnusson - Copyright (c) 2003 Ben Jansens + Copyright (c) 2003-2007 Dana Jansens This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -370,6 +370,7 @@ static gboolean place_under_mouse(ObClient *client, gint *x, gint *y) Rect *area; area = pick_pointer_head(client); + screen_pointer_pos(&px, &py); l = area->x; t = area->y;