summaryrefslogtreecommitdiff
path: root/FL/Fl_System_Driver.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-13 14:41:55 +0000
committerManolo Gouy <Manolo>2016-04-13 14:41:55 +0000
commit70f7738c920fac5ff84c40a673bb7b87245d4d0c (patch)
treed472fdb4fd2fd6a1d370478478376eb0ca57b090 /FL/Fl_System_Driver.H
parent8653a5353e2296269685dcb1f61bc64f0a79bd3a (diff)
Rewrite Fl_own_colormap.cxx under the driver model.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11601 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_System_Driver.H')
-rw-r--r--FL/Fl_System_Driver.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_System_Driver.H b/FL/Fl_System_Driver.H
index 6f92889f6..ff5b7ff90 100644
--- a/FL/Fl_System_Driver.H
+++ b/FL/Fl_System_Driver.H
@@ -180,6 +180,8 @@ public:
// the implementations of local_to_mac_roman() and mac_roman_to_local() are in fl_encoding_mac_roman.cxx
virtual const char *local_to_mac_roman(const char *t, int n);
virtual const char *mac_roman_to_local(const char *t, int n);
+ // the default implementation is most probably enough
+ virtual void own_colormap() {}
};
#endif // FL_SYSTEM_DRIVER_H