mirror of
https://github.com/yawut/SDL.git
synced 2026-06-03 06:35:10 -05:00
Fixed compile error
This commit is contained in:
parent
a74c7583bc
commit
b249d5f9ae
|
|
@ -324,6 +324,8 @@ int
|
|||
X11_CheckXInput2(_THIS)
|
||||
{
|
||||
#if SDL_VIDEO_DRIVER_X11_XINPUT2
|
||||
SDL_VideoData *data = (SDL_VideoData *) _this->driverdata;
|
||||
|
||||
if (SDL_X11_HAVE_XINPUT2) {
|
||||
XIEventMask eventmask;
|
||||
unsigned char mask[3] = { 0,0,0 };
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user