From 8b4194deaae52573b288be94a1af156c190ac794 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 29 Apr 2001 23:00:03 +0000 Subject: [PATCH] Fixed double-mouse event bug on Windows using OpenGL --- docs.html | 1 + src/video/wincommon/SDL_lowvideo.h | 8 +++++++- src/video/wincommon/SDL_sysevents.c | 6 +++--- src/video/wincommon/SDL_sysmouse.c | 6 +++--- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/docs.html b/docs.html index f403edd83..f2c3ccc43 100644 --- a/docs.html +++ b/docs.html @@ -16,6 +16,7 @@

Major changes since SDL 1.0.0: