|
@@ -30,7 +30,8 @@ static bool xtest_initialized = false;
|
|
|
|
|
|
void X11_InitXTest(SDL_VideoDevice *_this)
|
|
void X11_InitXTest(SDL_VideoDevice *_this)
|
|
{
|
|
{
|
|
-#ifdef SDL_VIDEO_DRIVER_X11_XTEST
|
|
|
|
|
|
+// This is currently disabled since it doesn't appear to work on XWayland
|
|
|
|
+#if 0//def SDL_VIDEO_DRIVER_X11_XTEST
|
|
Display *display = _this->internal->display;
|
|
Display *display = _this->internal->display;
|
|
int event, error;
|
|
int event, error;
|
|
int opcode;
|
|
int opcode;
|