From e840f496a9cc87ef55c6f0f21b318bc0e5edd6c7 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 13 Apr 2016 06:23:02 +0000 Subject: Fix typo in config_lib.h git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11593 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Native_File_Chooser_GTK.cxx | 6 +++--- src/config_lib.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/Fl_Native_File_Chooser_GTK.cxx b/src/Fl_Native_File_Chooser_GTK.cxx index 4f10ea4ab..174a951c1 100644 --- a/src/Fl_Native_File_Chooser_GTK.cxx +++ b/src/Fl_Native_File_Chooser_GTK.cxx @@ -16,9 +16,9 @@ // http://www.fltk.org/str.php // -#include +#include "config_lib.h" -#ifdef USE_X11 +#ifdef FL_CFG_WIN_X11 #include #include @@ -796,7 +796,7 @@ void Fl_Native_File_Chooser_GTK_Driver::probe_for_GTK_libs(void) { #endif // HAVE_DLSYM && HAVE_DLFCN_H } // probe_for_GTK_libs -#endif // USE_X11 +#endif // FL_CFG_WIN_X11 // // End of "$Id$". diff --git a/src/config_lib.h b/src/config_lib.h index 5ae8a3ff7..465c1bfa6 100644 --- a/src/config_lib.h +++ b/src/config_lib.h @@ -63,7 +63,7 @@ #elif defined(FL_PORTING) # pragma message "FL_PORTING: please choose a window management library" #else // X11 -# define FL_CFG_GFX_X11 +# define FL_CFG_WIN_X11 #endif #endif -- cgit v1.2.3