Fixed compile error
This commit is contained in:
parent
6accd81680
commit
e9df7f2d7b
1 changed files with 2 additions and 0 deletions
|
@ -324,6 +324,8 @@ int
|
||||||
X11_CheckXInput2(_THIS)
|
X11_CheckXInput2(_THIS)
|
||||||
{
|
{
|
||||||
#if SDL_VIDEO_DRIVER_X11_XINPUT2
|
#if SDL_VIDEO_DRIVER_X11_XINPUT2
|
||||||
|
SDL_VideoData *data = (SDL_VideoData *) _this->driverdata;
|
||||||
|
|
||||||
if (SDL_X11_HAVE_XINPUT2) {
|
if (SDL_X11_HAVE_XINPUT2) {
|
||||||
XIEventMask eventmask;
|
XIEventMask eventmask;
|
||||||
unsigned char mask[3] = { 0,0,0 };
|
unsigned char mask[3] = { 0,0,0 };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue