From 16e08ce3a287df9b7f1ddce80d5ccc51c95ddc49 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 27 Aug 2015 12:31:46 +0000 Subject: 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 --- FL/mac.H | 2 -- 1 file changed, 2 deletions(-) (limited to 'FL') 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: -- cgit v1.2.3