Skip to content

Commit

Permalink
Back out changeset b80349dd6d40.
Browse files Browse the repository at this point in the history
This change didn't do what I thought it did, sorry.
  • Loading branch information
icculus committed May 27, 2015
1 parent c69a559 commit 80cfccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/x11/SDL_x11clipboard.c
Expand Up @@ -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));
Expand Down

0 comments on commit 80cfccb

Please sign in to comment.