Explorar o código

x11: workaround issues with primary selection and clipboard temporal ignorance

Green Sky %!s(int64=2) %!d(string=hai) anos
pai
achega
4de30a26a2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/video/x11/SDL_x11clipboard.c

+ 1 - 1
src/video/x11/SDL_x11clipboard.c

@@ -30,10 +30,10 @@
 #include "../../events/SDL_events_c.h"
 #include "../../events/SDL_events_c.h"
 
 
 static const char *text_mime_types[] = {
 static const char *text_mime_types[] = {
+    "UTF8_STRING",
     "text/plain;charset=utf-8",
     "text/plain;charset=utf-8",
     "text/plain",
     "text/plain",
     "TEXT",
     "TEXT",
-    "UTF8_STRING",
     "STRING"
     "STRING"
 };
 };