Fix typo in config_lib.h

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11593 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy
2016-04-13 06:23:02 +00:00
parent 0a51aa91bb
commit e840f496a9
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -16,9 +16,9 @@
// http://www.fltk.org/str.php
//
#include <config.h>
#include "config_lib.h"
#ifdef USE_X11
#ifdef FL_CFG_WIN_X11
#include <FL/x.H>
#include <FL/Fl_Native_File_Chooser.H>
@@ -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$".
+1 -1
View File
@@ -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