From fa9a33eaeeddb85a6afedc2d02d0d67f290b0822 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 18 Mar 2016 18:20:11 +0000 Subject: Beginning of Albrecht's plan for Fl_Window and Fl_Window_Driver classes. Still unclear whether the implementation of the flush() functions follows the plan. The Fl_Printer class is fully rewritten under the driver model. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11364 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/config_lib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/config_lib.h') diff --git a/src/config_lib.h b/src/config_lib.h index d4cc9af7a..5ae8a3ff7 100644 --- a/src/config_lib.h +++ b/src/config_lib.h @@ -45,9 +45,9 @@ #elif defined(WIN32) # define FL_CFG_WIN_WIN32 #elif defined(FL_PORTING) -# pragma message "FL_PORTING: please choose a graphics driver library" +# pragma message "FL_PORTING: please choose a printer driver" #else // X11 -# define FL_CFG_GFX_PS +# define FL_CFG_PRN_PS #endif #endif -- cgit v1.2.3