Commit 627fed2d authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

MacOSX/VLC_app: mouseDownCanMoveWindow returns a BOOL.

parent 36151c96
...@@ -120,5 +120,5 @@ ...@@ -120,5 +120,5 @@
*****************************************************************************/ *****************************************************************************/
@interface NSImageView (VLCAppAdditions) @interface NSImageView (VLCAppAdditions)
- (void)mouseDownCanMoveWindow; - (BOOL)mouseDownCanMoveWindow;
@end @end
...@@ -321,7 +321,7 @@ static NSMutableArray *blackoutWindows = NULL; ...@@ -321,7 +321,7 @@ static NSMutableArray *blackoutWindows = NULL;
*****************************************************************************/ *****************************************************************************/
@implementation NSImageView (VLCAppAdditions) @implementation NSImageView (VLCAppAdditions)
- (void)mouseDownCanMoveWindow - (BOOL)mouseDownCanMoveWindow
{ {
return YES; return YES;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment