Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
define this value if it's not in the system headers
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 5, 2009
1 parent 7068cee commit 9277ec1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/video/x11/SDL_x11mouse.c
Expand Up @@ -122,6 +122,9 @@ X11_InitMouse(_THIS)
} else {
SDL_AddMouse(&mouse, DevList[i].name, 0, 0, 1);
}
#ifndef IsXExtensionPointer
#define IsXExtensionPointer 4
#endif
if (DevList[i].use == IsXExtensionPointer) {
++num_mice;
}
Expand Down

0 comments on commit 9277ec1

Please sign in to comment.