# HG changeset patch # User Ryan C. Gordon # Date 1181971495 0 # Node ID aea2f9cd5b8e96b4a5b12ec762794450abfd3532 # Parent 203695f768e0741a02ffe5954794b7f022878fc4 Fixed win32 event name list (WM_MOUSELAST was listed twice, one should be WM_MOUSEWHEEL). diff -r 203695f768e0 -r aea2f9cd5b8e src/video/wincommon/wmmsg.h --- a/src/video/wincommon/wmmsg.h Sat Jun 16 05:10:47 2007 +0000 +++ b/src/video/wincommon/wmmsg.h Sat Jun 16 05:24:55 2007 +0000 @@ -524,7 +524,7 @@ "WM_MBUTTONDOWN", "WM_MBUTTONUP", "WM_MOUSELAST", - "WM_MOUSELAST", + "WM_MOUSEWHEEL", "WM_XBUTTONDOWN", "WM_XBUTTONUP", "UNKNOWN (525)",