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 71fdaafe30
commit d38d6f197a

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