summaryrefslogtreecommitdiff
path: root/src/Fl_System_Driver.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-31 11:01:07 +0000
committerManolo Gouy <Manolo>2016-03-31 11:01:07 +0000
commit56e145a1c8cafea814f03cec951bde2753d234f5 (patch)
treec774b9e1b5f4822a0c1297b2b9a1a61f629917de /src/Fl_System_Driver.cxx
parent3ca402b609deca8872bab22e379a4131e3ba41ba (diff)
Complete removing platform-dependent code from the Fl.H header file.
Type FL_SOCKET is now declared in Fl_System_Driver.H with all other platform-dependent public types. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11484 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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$".
//