Back out changeset b80349dd6d40.

This change didn't do what I thought it did, sorry.
This commit is contained in:
Ryan C. Gordon 2015-05-26 22:57:42 -04:00
parent c69a559239
commit 80cfccbf8d

View File

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