all repos — openbox @ ec0bbfec308610502342587b0ef748697abdf333

openbox fork - make it a bit more like ryudo

fix whitespace
Dana Jansens danakj@orodu.net
commit

ec0bbfec308610502342587b0ef748697abdf333

parent

43c8a3d2bf92a543c6ed167b78a350f8979cb462

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

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

@@ -244,10 +244,8 @@ }

if (act->func == action_showmenu) { - act->data.showmenu.x = - e->xkey.x_root; - act->data.showmenu.y = - e->xkey.y_root; + act->data.showmenu.x = e->xkey.x_root; + act->data.showmenu.y = e->xkey.y_root; } act->data.any.c = client;