summaryrefslogtreecommitdiff
path: root/src/Fl_System_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-03-24 06:30:33 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-03-24 06:30:33 +0100
commit70f61a63f4cc6ff53d8d6e7c60dd21ff71b9414e (patch)
tree394d4996d9f6951848b8e0218346b4f3214c49af /src/Fl_System_Driver.H
parent194164054b5a2de2da7ce8696910586c66d2f3a8 (diff)
parent29c6d6c679d873988581e878f395399a6c4bb369 (diff)
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'src/Fl_System_Driver.H')
-rw-r--r--src/Fl_System_Driver.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_System_Driver.H b/src/Fl_System_Driver.H
index 3075565c9..d008f6a26 100644
--- a/src/Fl_System_Driver.H
+++ b/src/Fl_System_Driver.H
@@ -127,9 +127,9 @@ public:
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);
- virtual int clocale_snprintf(char *output, size_t output_size, const char *format, va_list args);
- virtual int clocale_sscanf(const char *input, const char *format, va_list args);
+ virtual int clocale_vprintf(FILE *output, const char *format, va_list args);
+ virtual int clocale_vsnprintf(char *output, size_t output_size, const char *format, va_list args);
+ virtual int clocale_vsscanf(const char *input, const char *format, va_list args);
// implement functions telling whether a key is pressed
virtual int event_key(int) {return 0;}
virtual int get_key(int) {return 0;}