This commit is contained in:
redzimski 2025-06-22 02:24:22 +00:00 committed by GitHub
commit 70cadbae62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -447,6 +447,10 @@ static bool X11_VideoInit(SDL_VideoDevice *_this)
X11_InitPen(_this);
// Request currently available mime-types in the clipboard.
X11_XConvertSelection(data->display, data->atoms.CLIPBOARD, data->atoms.TARGETS,
data->atoms.SDL_FORMATS, GetWindow(_this), CurrentTime);
return true;
}