summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-04-18 17:18:16 +0000
committerDana Jansens <danakj@orodu.net>2007-04-18 17:18:16 +0000
commit7f11e15bb8bdb4e6fc6cd012b0ff3c92900a7b70 (patch)
tree0f7fd0808f590a58ee7893b64bc71b8ad5194bac
parent64dda2375e4d01ca2e81638c1e9595cb73654883 (diff)
fix undermouse placement
-rw-r--r--openbox/place.c3
1 files changed, 2 insertions, 1 deletions
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;