summaryrefslogtreecommitdiffstats
path: root/video/out/cocoa/events_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/cocoa/events_view.h')
-rw-r--r--video/out/cocoa/events_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/cocoa/events_view.h b/video/out/cocoa/events_view.h
index ff2500a7bc..a16a2d7d5a 100644
--- a/video/out/cocoa/events_view.h
+++ b/video/out/cocoa/events_view.h
@@ -21,5 +21,6 @@
@interface MpvEventsView : NSView <NSDraggingDestination>
@property(nonatomic, retain) MpvCocoaAdapter *adapter;
- (void)setFullScreen:(BOOL)willBeFullscreen;
+- (void)clear;
- (BOOL)canHideCursor;
@end