Commit b1aa228b authored by Sam Lantinga's avatar Sam Lantinga

define this value if it's not in the system headers

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403464
parent 3209bc5b
...@@ -122,6 +122,9 @@ X11_InitMouse(_THIS) ...@@ -122,6 +122,9 @@ X11_InitMouse(_THIS)
} else { } else {
SDL_AddMouse(&mouse, DevList[i].name, 0, 0, 1); SDL_AddMouse(&mouse, DevList[i].name, 0, 0, 1);
} }
#ifndef IsXExtensionPointer
#define IsXExtensionPointer 4
#endif
if (DevList[i].use == IsXExtensionPointer) { if (DevList[i].use == IsXExtensionPointer) {
++num_mice; ++num_mice;
} }
......
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