Use a better switch for the clipboard property format

This commit is contained in:
Sam Lantinga
2010-07-13 22:39:46 -07:00
parent 753ad58277
commit 0c8dcac0b6

View File

@@ -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