Commit d38d6f19 authored by Sam Lantinga's avatar Sam Lantinga

Use a better switch for the clipboard property format

parent 71fdaafe
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
/* If you don't support UTF-8, you might use XA_STRING here */ /* 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) #define TEXT_FORMAT XInternAtom(display, "UTF8_STRING", False)
#else #else
#define TEXT_FORMAT XA_STRING #define TEXT_FORMAT XA_STRING
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment