summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2014-12-17 09:04:01 +0000
committerManolo Gouy <Manolo>2014-12-17 09:04:01 +0000
commit15d497ebdf00537678226679503303a4f7c77800 (patch)
tree1f229e16443963a6233535777405a5b281cf4baa /src/Fl.cxx
parent00dd28afa4fbee63cc907d57f60b2c7d75355cfc (diff)
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
Diffstat (limited to 'src/Fl.cxx')
-rw-r--r--src/Fl.cxx1
1 files changed, 0 insertions, 1 deletions
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