summaryrefslogtreecommitdiff
path: root/FL/mac.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2015-08-27 12:31:46 +0000
committerManolo Gouy <Manolo>2015-08-27 12:31:46 +0000
commit16e08ce3a287df9b7f1ddce80d5ccc51c95ddc49 (patch)
treedef0c7ce0079548fbfc82657be648fb16632ab8d /FL/mac.H
parenta3adc0c4adc359e7a677ac085b6ac03cf185ceb3 (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.H2
1 files changed, 0 insertions, 2 deletions
diff --git a/FL/mac.H b/FL/mac.H
index f5fd0b6f6..616eaeffc 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -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: