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 @@
*****************************************************************************/
@interface NSImageView (VLCAppAdditions)
- (void)mouseDownCanMoveWindow;
- (BOOL)mouseDownCanMoveWindow;
@end
......@@ -321,7 +321,7 @@ static NSMutableArray *blackoutWindows = NULL;
*****************************************************************************/
@implementation NSImageView (VLCAppAdditions)
- (void)mouseDownCanMoveWindow
- (BOOL)mouseDownCanMoveWindow
{
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