Skip to content

Commit

Permalink
Fixed win32 event name list (WM_MOUSELAST was listed twice, one shoul…
Browse files Browse the repository at this point in the history
…d be

 WM_MOUSEWHEEL).
  • Loading branch information
icculus committed Jun 16, 2007
1 parent 6c0b39f commit 14de55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/wincommon/wmmsg.h
Expand Up @@ -524,7 +524,7 @@ char *wmtab[] = {
"WM_MBUTTONDOWN",
"WM_MBUTTONUP",
"WM_MOUSELAST",
"WM_MOUSELAST",
"WM_MOUSEWHEEL",
"WM_XBUTTONDOWN",
"WM_XBUTTONUP",
"UNKNOWN (525)",
Expand Down

0 comments on commit 14de55c

Please sign in to comment.