From 9a0be2c8df4c12f70ada36c25f6d64a8be52b0dc Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 11 Feb 2016 00:10:49 +0000 Subject: Move platform part of Fl::flush() git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11153 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx') diff --git a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx index ddf9deaac..0569caca2 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx +++ b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx @@ -233,6 +233,12 @@ void Fl_WinAPI_Screen_Driver::beep(int type) } +void Fl_WinAPI_Screen_Driver::flush() +{ + GdiFlush(); +} + + // // End of "$Id$". -- cgit v1.2.3