summaryrefslogtreecommitdiffstats
path: root/video/out/cocoa/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/cocoa/view.h')
-rw-r--r--video/out/cocoa/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/cocoa/view.h b/video/out/cocoa/view.h
index 71d58a3348..490af221b1 100644
--- a/video/out/cocoa/view.h
+++ b/video/out/cocoa/view.h
@@ -18,7 +18,7 @@
#import <Cocoa/Cocoa.h>
#import "video/out/cocoa/mpvadapter.h"
-@interface MpvVideoView : NSView {
+@interface MpvVideoView : NSView <NSDraggingDestination> {
BOOL hasMouseDown;
}
@property(nonatomic, retain) MpvCocoaAdapter *adapter;