Explorar o código

Back out changeset b80349dd6d40.

This change didn't do what I thought it did, sorry.
Ryan C. Gordon %!s(int64=10) %!d(string=hai) anos
pai
achega
80cfccbf8d
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

@@ -72,7 +72,7 @@ X11_SetClipboardText(_THIS, const char *text)
     }
 
     /* Save the selection on the root window */
-    format = XA_STRING;
+    format = TEXT_FORMAT;
     X11_XChangeProperty(display, DefaultRootWindow(display),
         X11_GetSDLCutBufferClipboardType(display), format, 8, PropModeReplace,
         (const unsigned char *)text, SDL_strlen(text));