aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/cocoa/events_view.h
diff options
context:
space:
mode:
authorGravatar Akemi <der.richter@gmx.de>2016-12-04 22:52:14 +0100
committerGravatar Akemi <der.richter@gmx.de>2016-12-15 20:55:16 +0100
commita8347eb9ba9e09177da50592fde7f3ae7261ce59 (patch)
treee84d02a7642560b586df4352798d21075feb04f4 /video/out/cocoa/events_view.h
parent870a6a11d99d67e5fcf1a1cb28c3de3167494470 (diff)
cocoa: fullscreen refactoring
this replaces the old fullscreen with the native macOS fullscreen. additional the --fs-black-out-screens was removed since the new API doesn't support it in a way the old one did. it can possibly be re-added if done manually. Fixes #2857 #3272 #1352 #2062 #3864
Diffstat (limited to 'video/out/cocoa/events_view.h')
-rw-r--r--video/out/cocoa/events_view.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/cocoa/events_view.h b/video/out/cocoa/events_view.h
index 3429563b4d..6ad51cc133 100644
--- a/video/out/cocoa/events_view.h
+++ b/video/out/cocoa/events_view.h
@@ -20,8 +20,6 @@
@interface MpvEventsView : NSView <NSDraggingDestination>
@property(nonatomic, retain) MpvCocoaAdapter *adapter;
-- (void)setFullScreen:(BOOL)willBeFullscreen;
-- (void)clear;
- (BOOL)canHideCursor;
- (void)signalMousePosition;
@end