From 29a9e89b39c2fdc1f9498717f5ae53798528ffb1 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 26 Mar 2016 02:55:14 +0000 Subject: Remove FLTK_ABI_VERSION from all but *tree*.* and documentation. Everything related to Fl_Tree and its test and demo programs has been cleaned. Documentation needs updates. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11428 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/porting.H | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'FL/porting.H') diff --git a/FL/porting.H b/FL/porting.H index 744e34486..c9c68b2e7 100644 --- a/FL/porting.H +++ b/FL/porting.H @@ -67,14 +67,7 @@ public: Fl_Offscreen other_xid; // pointer for offscreen bitmaps (overlay window) Fl_Window *w; // FLTK window for Fl_Region region; -//#if FLTK_ABI_VERSION < 10304 -// Fl_Region subRegion; // for ABI compatibility, recycled to replace subRect_ -//#endif Fl_X *next; // chain of mapped windows -//#if FLTK_ABI_VERSION < 10304 -// Fl_X *xidChildren; // useless with true subwindows, recycled to replace mapped_to_retina_ -// Fl_X *xidNext; // useless with true subwindows -//#endif int wait_for_expose; // NSCursor *cursor; static Fl_X* first; @@ -82,13 +75,8 @@ public: static int fake_X_wm(const Fl_Window*,int&,int&,int&,int&,int&); static Fl_X* make(Fl_Window*); void flush(); -//#if FLTK_ABI_VERSION >= 10304 // CGRect* subRect() { return subRect_; } // getter // void subRect(CGRect *r) { subRect_ = r; } // setter -//#else -// CGRect* subRect() { return (CGRect*)subRegion; } // getter -// void subRect(CGRect *r) { subRegion = (Fl_Region)r; } // setter -//#endif // bool mapped_to_retina(); // is window mapped to retina display? // void mapped_to_retina(bool); // sets whether window is mapped to retina display // bool changed_resolution(); // did window just moved to display with another resolution? -- cgit v1.2.3