all repos — openbox @ 7f11e15bb8bdb4e6fc6cd012b0ff3c92900a7b70

openbox fork - make it a bit more like ryudo

fix undermouse placement
Dana Jansens danakj@orodu.net
commit

7f11e15bb8bdb4e6fc6cd012b0ff3c92900a7b70

parent

64dda2375e4d01ca2e81638c1e9595cb73654883

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M openbox/place.copenbox/place.c

@@ -2,7 +2,7 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-

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 @@ gint px, py;

Rect *area; area = pick_pointer_head(client); + screen_pointer_pos(&px, &py); l = area->x; t = area->y;