Преглед изворни кода

x11: workaround issues with primary selection and clipboard temporal ignorance

Green Sky пре 2 година
родитељ
комит
4de30a26a2
1 измењених фајлова са 1 додато и 1 уклоњено
  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"
 
 static const char *text_mime_types[] = {
+    "UTF8_STRING",
     "text/plain;charset=utf-8",
     "text/plain",
     "TEXT",
-    "UTF8_STRING",
     "STRING"
 };