summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2013-02-11 14:41:42 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2013-02-11 14:41:42 +0000
commit5df71d7065365c8314a3f45741ebbb4bbf9811dc (patch)
tree07a42543b3ad6e4e7a76116509985c7ca25e133a
parent1a668837471aa848382e291e97eab359561579af (diff)
parent5967ccc24c751012d8e0f50f50a588026cd05023 (diff)
Merge branch 'cygwin-patches-for-1.13' into cygwin-release-1.13xserver-cygwin-1.13.2-2
-rw-r--r--hw/xwin/winmouse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/winmouse.c b/hw/xwin/winmouse.c
index ec1e5ce4f..297cf32eb 100644
--- a/hw/xwin/winmouse.c
+++ b/hw/xwin/winmouse.c
@@ -241,7 +241,7 @@ winMouseButtonsHandle(ScreenPtr pScreen,
pScreenPriv->fE3BFakeButton2Sent = FALSE;
/* Send middle mouse button release */
- winMouseButtonsSendEvent(TRUE, Button2);
+ winMouseButtonsSendEvent(FALSE, Button2);
}
else if (iEventType == ButtonRelease
&& pScreenPriv->iE3BCachedPress == 0