From e6631a0f7fdc8d3383927bac49f521791cddcc9c Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 12 Mar 2016 22:24:20 +0000 Subject: Moved the Fl_Window::decorated_*() functions teh Window_Driver git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11356 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Window_Driver.cxx | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/Fl_Window_Driver.cxx') 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: -- cgit v1.2.3