From 0e0ad95b22f5500c921a4a93ee26eff725a9455b Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 14 Apr 2016 20:44:23 +0000 Subject: Begin to rewrite Fl_Tree_Prefs.cxx under the driver model. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11605 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/Darwin/Fl_Darwin_System_Driver.H | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/drivers') diff --git a/src/drivers/Darwin/Fl_Darwin_System_Driver.H b/src/drivers/Darwin/Fl_Darwin_System_Driver.H index 5622b90c9..f2434b9a7 100644 --- a/src/drivers/Darwin/Fl_Darwin_System_Driver.H +++ b/src/drivers/Darwin/Fl_Darwin_System_Driver.H @@ -63,6 +63,10 @@ public: virtual const char *latin1_to_local(const char *t, int n); virtual const char *local_to_mac_roman(const char *t, int n); virtual const char *mac_roman_to_local(const char *t, int n); + virtual Fl_Pixmap *tree_openpixmap(); + static const char * const tree_open_xpm_darwin[]; // used by tree_openpixmap() + virtual Fl_Pixmap *tree_closepixmap(); + static const char * const tree_close_xpm_darwin[]; // used by tree_closepixmap() }; #endif // FL_DARWIN_SYSTEM_DRIVER_H -- cgit v1.2.3