Revision: 15886
          http://sourceforge.net/p/skim-app/code/15886
Author:   hofman
Date:     2025-12-17 18:01:59 +0000 (Wed, 17 Dec 2025)
Log Message:
-----------
page can be nil

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

Modified: trunk/PDFView_SKExtensions.h
===================================================================
--- trunk/PDFView_SKExtensions.h        2025-12-17 17:30:11 UTC (rev 15885)
+++ trunk/PDFView_SKExtensions.h        2025-12-17 18:01:59 UTC (rev 15886)
@@ -65,7 +65,7 @@
 - (void)doDragContentWithEvent:(NSEvent *)theEvent;
 - (BOOL)doDragSelectedTextWithEvent:(NSEvent *)theEvent;
 
-- (PDFPage *)pageAndPoint:(NSPoint * _Nullable)point forEvent:(NSEvent *)event 
nearest:(BOOL)nearest;
+- (nullable PDFPage *)pageAndPoint:(NSPoint * _Nullable)point 
forEvent:(NSEvent *)event nearest:(BOOL)nearest;
 
 - (SKDestination)currentDestination:(BOOL)invalidatePointWhenRotated;
 - (void)goToCurrentDestination:(SKDestination)destination;

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



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to