]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/vout.m
macosx: Make sure we can move the window by clicking in its background.
[vlc] / modules / gui / macosx / vout.m
index 868eb2daa16a56a90532cb45b206a71d8af526ad..1d5e534af1a7c35280d0966364b61a4fd1450ada 100644 (file)
@@ -912,6 +912,11 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
     o_embeddedwindow = [self window];
 }
 
+- (BOOL)mouseDownCanMoveWindow
+{
+    return YES;
+}
+
 - (id)initWithFrame: (NSRect)frameRect
 {
     if(self = [super initWithFrame: frameRect])