mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-17 19:48:51 +00:00
Disable XTest by default
On Ubuntu 24.04 running XWayland, XTestFakeMotionEvent() appears to succeed but doesn't actually move the cursor, even if the cursor is hidden.
This commit is contained in:
parent
794ff283e2
commit
49af576940
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@ static bool xtest_initialized = false;
|
|||
|
||||
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;
|
||||
int event, error;
|
||||
int opcode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue