From 4de30a26a2c158ee204a3159f1e206394e6c5f20 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Sat, 20 Jan 2024 20:25:55 +0100 Subject: [PATCH] x11: workaround issues with primary selection and clipboard temporal ignorance --- src/video/x11/SDL_x11clipboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/x11/SDL_x11clipboard.c b/src/video/x11/SDL_x11clipboard.c index 4ebeb78308..8605285f43 100644 --- a/src/video/x11/SDL_x11clipboard.c +++ b/src/video/x11/SDL_x11clipboard.c @@ -30,10 +30,10 @@ #include "../../events/SDL_events_c.h" static const char *text_mime_types[] = { + "UTF8_STRING", "text/plain;charset=utf-8", "text/plain", "TEXT", - "UTF8_STRING", "STRING" };