summaryrefslogtreecommitdiff
path: root/src/Fl_Window_Driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Window_Driver.cxx')
-rw-r--r--src/Fl_Window_Driver.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Fl_Window_Driver.cxx b/src/Fl_Window_Driver.cxx
index 012eb9a93..ac438d32a 100644
--- a/src/Fl_Window_Driver.cxx
+++ b/src/Fl_Window_Driver.cxx
@@ -223,6 +223,11 @@ void Fl_Window_Driver::redraw_overlay() {
Fl::damage(FL_DAMAGE_CHILD);
}
+void Fl_Window_Driver::flush()
+{
+ pWindow->flush();
+}
+
//
// End of "$Id$".
//