FLTK logo

[master] 1f9c808 - Remove FL_CFG_WIN_X11 preprocessor variable from Fl_Native_File_Chooser_GTK.cxx

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] 1f9c808 - Remove FL_CFG_WIN_X11 preprocessor variable from Fl_Native_File_Chooser_GTK.cxx "ManoloFLTK" Feb 16, 2021  
 
commit 1f9c80854cfe10e135958d1521005dca1ec41069
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Tue Feb 16 12:08:56 2021 +0100
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Tue Feb 16 12:08:56 2021 +0100

    Remove FL_CFG_WIN_X11 preprocessor variable from Fl_Native_File_Chooser_GTK.cxx

 src/Fl_Native_File_Chooser_GTK.cxx | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git src/Fl_Native_File_Chooser_GTK.cxx src/Fl_Native_File_Chooser_GTK.cxx
index 65edaa4..30b2fde 100644
--- src/Fl_Native_File_Chooser_GTK.cxx
+++ src/Fl_Native_File_Chooser_GTK.cxx
@@ -15,9 +15,7 @@
 //     https://www.fltk.org/bugs.php
 //
 
-#include "config_lib.h"
-
-#ifdef FL_CFG_WIN_X11
+#include <config.h>
 #include <FL/Fl_Native_File_Chooser.H>
 
 #if HAVE_DLSYM && HAVE_DLFCN_H
@@ -962,5 +960,3 @@ Fl_Native_File_Chooser::Fl_Native_File_Chooser(int val) {
 #endif // HAVE_DLSYM && HAVE_DLFCN_H
     platform_fnfc = new Fl_Native_File_Chooser_FLTK_Driver(val);
 }
-
-#endif // FL_CFG_WIN_X11
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.