]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/voutgl.m
macosx: Make sure we can move the window by clicking in its background.
[vlc] / modules / gui / macosx / voutgl.m
index 13d88175808f711a3730b8c53743e4ae96828b5b..428a557431e85bb1ab6f9446f40364e3c13455e2 100644 (file)
@@ -404,6 +404,11 @@ static void Unlock( vout_thread_t * p_vout )
     return self;
 }
 
+- (BOOL)mouseDownCanMoveWindow
+{
+    return YES;
+}
+
 - (void) reshape
 {
     int x, y;