diff options
Diffstat (limited to 'src/drivers')
| -rw-r--r-- | src/drivers/Darwin/Fl_Darwin_System_Driver.H | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
