diff --git a/cmake/sdlchecks.cmake b/cmake/sdlchecks.cmake index 281c5f63d0..8df17dd32b 100644 --- a/cmake/sdlchecks.cmake +++ b/cmake/sdlchecks.cmake @@ -457,7 +457,7 @@ macro(CheckX11) #include #include int event_type = XI_GesturePinchBegin; - XITouchClassInfo *t; + XIGesturePinchEvent *t; Status XIAllowTouchEvents(Display *a,int b,unsigned int c,Window d,int f) { return (Status)0; }