fix compile time X11 detection with fltk-1.3.4+ This should fix "-x <window id>" when dillo is compiled with fltk-1.3.4. Reported-by: Arthur Huillet
1 files changed, 1 insertions(+), 1 deletions(-) M src/xembed.cc
M src/xembed.cc +1 -1
@@ 18,7 18,7 @@ #include "xembed.hh" -#ifdef X_PROTOCOL +#if !(defined(WIN32) || defined(__APPLE__)) #include <FL/x.H> typedef enum {