summaryrefslogtreecommitdiff
path: root/src/Fl_Window.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-11 07:07:42 +0000
committerManolo Gouy <Manolo>2016-03-11 07:07:42 +0000
commit2952c530b856c5cca973fef34edc5d738fb8c0f7 (patch)
tree2bd14373989d6e0a915c84c3ec8b0a26f831be66 /src/Fl_Window.cxx
parent914248bbf04675f2e8096dadae4ffa35e6982293 (diff)
Rewrite capture of window decorations using the window driver approach.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11345 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Window.cxx')
-rw-r--r--src/Fl_Window.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx
index 7c2131341..53b300817 100644
--- a/src/Fl_Window.cxx
+++ b/src/Fl_Window.cxx
@@ -433,15 +433,6 @@ void Fl_Window::wait_for_expose() {
}
}
-#if defined(FL_PORTING)
-# pragma message "FL_PORTING: implement Fl_Window::capture_titlebar_and_borders"
-void Fl_Window::capture_titlebar_and_borders(Fl_Shared_Image*& top, Fl_Shared_Image*& left, Fl_Shared_Image*& bottom, Fl_Shared_Image*& right)
-{
- top = left = bottom = right = NULL;
-}
-#endif
-
-
#endif // ! __APPLE__ // PORTME: Fl_Window_Driver - platform window driver
//