From 15d497ebdf00537678226679503303a4f7c77800 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 17 Dec 2014 09:04:01 +0000 Subject: Apple-only changes to restore a layout of the Fl_X class identical to that in FLTK 1.3.3. With true subwindows, several members of Fl_X became useless. This change recycle two of them for new uses: - Fl_Region subRegion is used as a pointer to a CGRect - Fl_X *xidChildren is used to indicate the resolution of the display containing a window git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10486 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Fl.cxx') diff --git a/src/Fl.cxx b/src/Fl.cxx index 36b0e54ed..b49033716 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -1576,7 +1576,6 @@ void Fl_Window::hide() { if (count) delete[] doit; #elif defined(__APPLE_QUARTZ__) ip->destroy(); - delete ip->subRect; #else # error unsupported platform #endif -- cgit v1.2.3