X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Factions.cc;h=15a3e6c2667f0b9c88cd5a700f3d6fd9619c9709;hb=bc88d310fea71823fb2c61d071ff499579bffaba;hp=309323cca6281c323e027a2bd093e7d066b27597;hpb=a0333b52d8db7e68a440236b132ffd3b7629872f;p=chaz%2Fopenbox diff --git a/src/actions.cc b/src/actions.cc index 309323cc..15a3e6c2 100644 --- a/src/actions.cc +++ b/src/actions.cc @@ -95,9 +95,9 @@ void OBActions::buttonPressHandler(const XButtonEvent &e) 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); } }