]> git.sesse.net Git - vlc/commitdiff
macosx: fix execution on 10.6
authorDavid Fuhrmann <david.fuhrmann@googlemail.com>
Wed, 12 Jun 2013 16:46:06 +0000 (18:46 +0200)
committerDavid Fuhrmann <david.fuhrmann@googlemail.com>
Wed, 12 Jun 2013 18:48:31 +0000 (20:48 +0200)
modules/gui/macosx/fspanel.m

index 76cc10210cc410e4bebc5e0fbe0de40e6d87714c..b22ca7e037f85d887bda2adf69daee6caaa22cc7 100644 (file)
@@ -72,7 +72,8 @@
     if (!isInside)
         [self mouseExited:NULL];
 
-    [self setAnimationBehavior:NSWindowAnimationBehaviorNone];
+    if (!OSX_SNOW_LEOPARD)
+        [self setAnimationBehavior:NSWindowAnimationBehaviorNone];
 
     /* get a notification if VLC isn't the active app anymore */
     [[NSNotificationCenter defaultCenter]