Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Use a better switch for the clipboard property format
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 14, 2010
1 parent e8d01b4 commit 3819573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/x11/SDL_x11clipboard.c
Expand Up @@ -28,7 +28,7 @@


/* If you don't support UTF-8, you might use XA_STRING here */
#if 1
#ifdef X_HAVE_UTF8_STRING
#define TEXT_FORMAT XInternAtom(display, "UTF8_STRING", False)
#else
#define TEXT_FORMAT XA_STRING
Expand Down

0 comments on commit 3819573

Please sign in to comment.