diff options
Diffstat (limited to 'src/Fl_Window.cxx')
| -rw-r--r-- | src/Fl_Window.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx index 3271b4db6..e54f60d60 100644 --- a/src/Fl_Window.cxx +++ b/src/Fl_Window.cxx @@ -468,6 +468,17 @@ void Fl_Window::wait_for_expose() { Fl::wait(); } } + +#if defined(FL_PORTING) +# pragma message "FL_PORTING: implement Fl_Window::capture_titlebar_and_borders" +void capture_titlebar_and_borders(Fl_RGB_Image*& top, Fl_RGB_Image*& left, Fl_RGB_Image*& bottom, Fl_RGB_Image*& right) +{ + top = left = bottom = right = NULL; +} +#endif + +} + #endif // ! __APPLE__ // |
