diff options
| author | Manolo Gouy <Manolo> | 2015-08-27 12:31:46 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2015-08-27 12:31:46 +0000 |
| commit | 16e08ce3a287df9b7f1ddce80d5ccc51c95ddc49 (patch) | |
| tree | def0c7ce0079548fbfc82657be648fb16632ab8d /FL/mac.H | |
| parent | a3adc0c4adc359e7a677ac085b6ac03cf185ceb3 (diff) | |
Programs compiled with pre-10.7 SDKs can now fully use retina displays.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10844 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/mac.H')
| -rw-r--r-- | FL/mac.H | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -162,12 +162,10 @@ public: CGRect* subRect() { return (CGRect*)subRegion; } // getter void subRect(CGRect *r) { subRegion = (Fl_Region)r; } // setter #endif -#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_7 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? void changed_resolution(bool);// sets whether window just moved to display with another resolution -#endif bool in_windowDidResize(); // is window performing windowDidResize? void in_windowDidResize(bool); // sets whether window is performing windowDidResize // Quartz additions: |
