Use a better switch for the clipboard property format
This commit is contained in:
parent
71fdaafe30
commit
d38d6f197a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue