x11: Always update clipboard owner

This allows utilities like clipboard managers to keep track of the 
changes.
main
Guldoman 2023-09-15 02:01:08 +02:00 committed by Sam Lantinga
parent f622f21e6f
commit 65aaf3a9ab
1 changed files with 1 additions and 3 deletions

View File

@ -92,9 +92,7 @@ static int SetSelectionData(SDL_VideoDevice *_this, Atom selection, SDL_Clipboar
clipboard->mime_count = mime_count;
clipboard->sequence = sequence;
if (!clipboard_owner) {
X11_XSetSelectionOwner(display, selection, window, CurrentTime);
}
X11_XSetSelectionOwner(display, selection, window, CurrentTime);
return 0;
}