diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-03-26 02:55:14 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-03-26 02:55:14 +0000 |
| commit | 29a9e89b39c2fdc1f9498717f5ae53798528ffb1 (patch) | |
| tree | dcdc51d1f4c12ae67665a5d4d353e9c731f46eb3 /FL/porting.H | |
| parent | de9dc764f1a34a3032d560839687b551865c532f (diff) | |
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
Diffstat (limited to 'FL/porting.H')
| -rw-r--r-- | FL/porting.H | 12 |
1 files changed, 0 insertions, 12 deletions
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? |
