all repos — openbox @ 3dde884d380ca1103c39019049bc9864054100e9

openbox fork - make it a bit more like ryudo

dont bother making a copy of the event to change its type
Dana Jansens danakj@orodu.net
commit

3dde884d380ca1103c39019049bc9864054100e9

parent

a0333b52d8db7e68a440236b132ffd3b7629872f

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

jump to
M src/actions.ccsrc/actions.cc

@@ -95,9 +95,9 @@ Because of how events are grabbed on the client window, we can't get

ButtonRelease events, so instead we simply manufacture them here, so that clicks/doubleclicks etc still work. */ - XButtonEvent ev = e; - ev.type = ButtonRelease; - buttonReleaseHandler(ev); + //XButtonEvent ev = e; + //ev.type = ButtonRelease; + buttonReleaseHandler(e); } }