From f1a157bdd94c7680629145a577c2ce1d97f2e161 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 1 Apr 2016 10:28:03 +0000 Subject: Replace Fl_System_Driver::driver() by Fl::system_driver() for coherence with the Fl::screen_driver() function. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11494 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FL/Fl.H') diff --git a/FL/Fl.H b/FL/Fl.H index 24e9ec458..990847125 100644 --- a/FL/Fl.H +++ b/FL/Fl.H @@ -23,7 +23,7 @@ #ifndef Fl_H # define Fl_H -#include +#include // for FL_SOCKET #ifdef FLTK_HAVE_CAIRO # include #endif @@ -135,6 +135,7 @@ private: public: static Fl_Screen_Driver *screen_driver(); + static Fl_System_Driver *system_driver(); public: // run time information about compile time configuration /** \defgroup cfg_gfx runtime graphics driver configuration */ -- cgit v1.2.3