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.cxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/Fl_Window_Driver.cxx b/src/Fl_Window_Driver.cxx
index de121107a..9908fde9d 100644
--- a/src/Fl_Window_Driver.cxx
+++ b/src/Fl_Window_Driver.cxx
@@ -36,6 +36,18 @@ Fl_Window_Driver::~Fl_Window_Driver()
{
}
+
+/*
+ Used in Fl::focus(Fl_Window).
+ Default implementation does not need to do anything.
+ - reimplemented for OS X Cocoa
+ - reimplemented for X11
+ */
+void Fl_Window_Driver::take_focus()
+{
+}
+
+
int Fl_Window_Driver::double_flush(int eraseoverlay) {
/* This is a working, platform-independent implementation.
Some platforms may re-implement it for their own logic: