summaryrefslogtreecommitdiff
path: root/src/Fl_System_Driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_System_Driver.cxx')
-rw-r--r--src/Fl_System_Driver.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Fl_System_Driver.cxx b/src/Fl_System_Driver.cxx
index 686d03ecb..60406bc09 100644
--- a/src/Fl_System_Driver.cxx
+++ b/src/Fl_System_Driver.cxx
@@ -18,6 +18,7 @@
#include <FL/Fl_System_Driver.H>
+#include <FL/Fl.H>
#include <FL/fl_utf8.h>
#include <stdlib.h>
#include <stdio.h>
@@ -371,6 +372,10 @@ int Fl_System_Driver::clocale_printf(FILE *output, const char *format, va_list a
return vfprintf(output, format, args);
}
+void Fl_System_Driver::compose_reset() {
+ Fl::compose_state = 0;
+}
+
//
// End of "$Id$".
//