From 2ac2b506a8ea6e0656a8bb6f81a8f0c1887256b7 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 30 Mar 2016 15:47:23 +0000 Subject: Begin to rewrite Fl_PostScript.cxx under the driver model. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11474 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_System_Driver.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FL') diff --git a/FL/Fl_System_Driver.H b/FL/Fl_System_Driver.H index 0588a3b89..5599b2a83 100644 --- a/FL/Fl_System_Driver.H +++ b/FL/Fl_System_Driver.H @@ -118,7 +118,8 @@ public: virtual int utf8locale(); virtual unsigned utf8to_mb(const char* src, unsigned srclen, char* dst, unsigned dstlen); virtual unsigned utf8from_mb(char* dst, unsigned dstlen, const char* src, unsigned srclen); - + // implement to shield fprintf() from locale changes in decimal point + virtual int clocale_printf(FILE *output, const char *format, va_list args); }; #endif // FL_SYSTEM_DRIVER_H -- cgit v1.2.3