summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-30 15:47:23 +0000
committerManolo Gouy <Manolo>2016-03-30 15:47:23 +0000
commit2ac2b506a8ea6e0656a8bb6f81a8f0c1887256b7 (patch)
tree56e1b03c337a5d5c6b920a35a4ed7bf77ea40e3a /FL
parentfc7b00dad8f84bf0afb58323258100b3c82321a9 (diff)
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
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_System_Driver.H3
1 files changed, 2 insertions, 1 deletions
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