summaryrefslogtreecommitdiff
path: root/src/c_fl_double_window.cpp
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-05-31 17:32:08 +1000
committerJed Barber <jjbarber@y7mail.com>2017-05-31 17:32:08 +1000
commitdda92d3223611c1ce22597c5839e67ecf0dff5ae (patch)
tree12463a1566153b3bed7486ab18e399ac4f66bd17 /src/c_fl_double_window.cpp
parent329d2b5b2df376904c2468738630b9d052d283e5 (diff)
Completed Double_Window, Single_Window, Menu_Window widgets
Diffstat (limited to 'src/c_fl_double_window.cpp')
-rw-r--r--src/c_fl_double_window.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/c_fl_double_window.cpp b/src/c_fl_double_window.cpp
index 298c489..4b7b925 100644
--- a/src/c_fl_double_window.cpp
+++ b/src/c_fl_double_window.cpp
@@ -94,3 +94,8 @@ void fl_double_window_hide(DOUBLEWINDOW d) {
reinterpret_cast<Fl_Double_Window*>(d)->hide();
}
+
+void fl_double_window_flush(DOUBLEWINDOW d) {
+ reinterpret_cast<Fl_Double_Window*>(d)->flush();
+}
+