Revision: 13398
          http://sourceforge.net/p/skim-app/code/13398
Author:   hofman
Date:     2023-03-21 15:01:30 +0000 (Tue, 21 Mar 2023)
Log Message:
-----------
rename methods

Modified Paths:
--------------
    trunk/SKMainWindowController_FullScreen.m

Modified: trunk/SKMainWindowController_FullScreen.m
===================================================================
--- trunk/SKMainWindowController_FullScreen.m   2023-03-20 15:14:15 UTC (rev 
13397)
+++ trunk/SKMainWindowController_FullScreen.m   2023-03-21 15:01:30 UTC (rev 
13398)
@@ -295,7 +295,7 @@
     }
 }
 
-- (void)addFullScreenWindowOnScreen:(NSScreen *)screen {
+- (void)addPresentationWindowOnScreen:(NSScreen *)screen {
     if ([[mainWindow firstResponder] isDescendantOf:pdfSplitView])
         [mainWindow makeFirstResponder:nil];
     
@@ -317,7 +317,7 @@
     [fullScreenWindow release];
 }
 
-- (void)removeFullScreenWindow {
+- (void)removePresentationWindow {
     NSWindow *fullScreenWindow = [[[self window] retain] autorelease];
     
     [self setWindow:mainWindow];
@@ -426,7 +426,7 @@
     
     [self showStaticContentForWindow:mainWindow];
     
-    [self addFullScreenWindowOnScreen:screen];
+    [self addPresentationWindowOnScreen:screen];
     
     if ([self hasOverview])
         [self hideOverviewAnimating:NO];
@@ -519,7 +519,7 @@
     
     [touchBarController interactionModeChanged];
     
-    [self removeFullScreenWindow];
+    [self removePresentationWindow];
     
     [animationWindow setLevel:NSPopUpMenuWindowLevel];
     

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