Commit 1358a199 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Fixed win32 event name list (WM_MOUSELAST was listed twice, one should be

 WM_MOUSEWHEEL).

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402364
parent f9e2e9d6
......@@ -524,7 +524,7 @@ char *wmtab[] = {
"WM_MBUTTONDOWN",
"WM_MBUTTONUP",
"WM_MOUSELAST",
"WM_MOUSELAST",
"WM_MOUSEWHEEL",
"WM_XBUTTONDOWN",
"WM_XBUTTONUP",
"UNKNOWN (525)",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment