mirror of
https://github.com/yawut/SDL.git
synced 2026-08-24 17:55:17 -05:00
Back out changeset 12d477422f47.
This change didn't do what I thought it did, sorry.
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user