mirror of https://github.com/fltk/fltk
Begin to clean fl_utf8.h from its platform-dependent content.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11457 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
d9f5412413
commit
8ee4c7303f
|
@ -76,7 +76,7 @@
|
|||
# include <sys/stat.h>
|
||||
# if defined(FL_LIBRARY) /* don't expose X11 headers in user space */
|
||||
# include <X11/Xlocale.h>
|
||||
# include <X11/Xlib.h>
|
||||
//# include <X11/Xlib.h>
|
||||
# endif /* defined(FL_LIBRARY) -- don't expose X11 headers in user space */
|
||||
# include <locale.h>
|
||||
# define xchar unsigned short
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include "Fl_Posix_System_Driver.H"
|
||||
#include <FL/Fl.H>
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
extern XIC fl_xim_ic; // in Fl_x.cxx
|
||||
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
#elif defined(FL_PORTING)
|
||||
# pragma message "FL_PORTING: implement keyboard shortcut handling here"
|
||||
#else
|
||||
#include <X11/Xlib.h>
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue