summaryrefslogtreecommitdiff
path: root/src/xutf8/utf8Wrap.c
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-13 06:29:37 +0000
committerManolo Gouy <Manolo>2016-04-13 06:29:37 +0000
commit120e8dca56aa88e1ee08d55267166b49f28fc898 (patch)
tree228d41c048b95aba2cdd47ebd5c4fb433a7a0f97 /src/xutf8/utf8Wrap.c
parente840f496a9cc87ef55c6f0f21b318bc0e5edd6c7 (diff)
Use FL_CFG_WIN_X11 when appropriate
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11594 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/xutf8/utf8Wrap.c')
-rw-r--r--src/xutf8/utf8Wrap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xutf8/utf8Wrap.c b/src/xutf8/utf8Wrap.c
index 4920ab02d..07fc1c6cd 100644
--- a/src/xutf8/utf8Wrap.c
+++ b/src/xutf8/utf8Wrap.c
@@ -14,12 +14,12 @@
* http://www.fltk.org/str.php
*/
-#include <config.h>
+#include "../config_lib.h"
/*
* X11 UTF-8 text drawing functions.
*/
-#if defined(USE_X11)
+#if defined(FL_CFG_WIN_X11)
#include "../Xutf8.h"
#include <X11/Xlib.h>
@@ -1023,7 +1023,7 @@ XFreeUtf8FontStruct(Display *dpy,
free(font_set);
}
-#endif /* X11 only */
+#endif /* FL_CFG_WIN_X11 */
/*
* End of "$Id$".