diff options
| author | Manolo Gouy <Manolo> | 2016-04-13 14:05:34 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-13 14:05:34 +0000 |
| commit | b590bc49f9dc2f33ebc51026bf1d7a7e519de4ad (patch) | |
| tree | 7e3c0a66ea91c6ea240c60ecc96de36a6e937b1d /src/drivers/Darwin | |
| parent | a1ffa85a1ee978c2ee75526c68a16a4bfec6dab5 (diff) | |
Rewrite fl_encoding_latin1.cxx under the driver model.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11599 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Darwin')
| -rw-r--r-- | src/drivers/Darwin/Fl_Darwin_System_Driver.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/Darwin/Fl_Darwin_System_Driver.H b/src/drivers/Darwin/Fl_Darwin_System_Driver.H index ac08fd8f4..8ee7f7a84 100644 --- a/src/drivers/Darwin/Fl_Darwin_System_Driver.H +++ b/src/drivers/Darwin/Fl_Darwin_System_Driver.H @@ -59,6 +59,8 @@ public: virtual void newUUID(char *uuidBuffer); virtual char *preference_rootnode(Fl_Preferences *prefs, Fl_Preferences::Root root, const char *vendor, const char *application); + virtual const char *local_to_latin1(const char *t, int n); + virtual const char *latin1_to_local(const char *t, int n); }; #endif // FL_DARWIN_SYSTEM_DRIVER_H |
