x11: workaround issues with primary selection and clipboard temporal ignorance

This commit is contained in:
Green Sky
2024-01-20 20:25:55 +01:00
committed by Sam Lantinga
parent 76defc5c82
commit 4de30a26a2

View File

@@ -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"
};