Revision: 9437
          http://sourceforge.net/p/skim-app/code/9437
Author:   hofman
Date:     2017-10-22 13:17:20 +0000 (Sun, 22 Oct 2017)
Log Message:
-----------
only declare minScaleFactor and maxScaleFactor before 10.13 

Modified Paths:
--------------
    trunk/PDFView_SKExtensions.h

Modified: trunk/PDFView_SKExtensions.h
===================================================================
--- trunk/PDFView_SKExtensions.h        2017-10-21 15:21:13 UTC (rev 9436)
+++ trunk/PDFView_SKExtensions.h        2017-10-22 13:17:20 UTC (rev 9437)
@@ -68,8 +68,10 @@
 
 
 @interface PDFView (SKPrivateDeclarations)
-- (double)minScaleFactor;
-- (double)maxScaleFactor;
+#if !defined(MAC_OS_X_VERSION_10_13) || MAC_OS_X_VERSION_MAX_ALLOWED < 
MAC_OS_X_VERSION_10_13
+- (CGFloat)minScaleFactor;
+- (CGFloat)maxScaleFactor;
+#endif
 - (NSInteger)currentHistoryIndex;
 - (BOOL)writeSelectionToPasteboard:(NSPasteboard *)pboard types:(NSArray 
*)types;
 - (NSColor *)pageColor;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to