x11: Fix #define name

This commit is contained in:
Frank Praznik
2026-04-17 10:28:50 -04:00
parent 75a65e05e1
commit b181eb4ed0

View File

@@ -542,7 +542,7 @@ void X11_HandleXinput2Event(SDL_VideoDevice *_this, XGenericEventCookie *cookie)
{
const XIDeviceEvent *xev = (const XIDeviceEvent *)cookie->data;
#ifdef XINPUT2_USE_KEYBOARD
#ifdef USE_XINPUT2_KEYBOARD
SDL_WindowData *windowdata = X11_FindWindow(videodata, xev->event);
XEvent xevent;