Commit eb9c29c6 authored by David Fuhrmann's avatar David Fuhrmann

macosx: fix execution on 10.6

parent da023da4
...@@ -72,7 +72,8 @@ ...@@ -72,7 +72,8 @@
if (!isInside) if (!isInside)
[self mouseExited:NULL]; [self mouseExited:NULL];
[self setAnimationBehavior:NSWindowAnimationBehaviorNone]; if (!OSX_SNOW_LEOPARD)
[self setAnimationBehavior:NSWindowAnimationBehaviorNone];
/* get a notification if VLC isn't the active app anymore */ /* get a notification if VLC isn't the active app anymore */
[[NSNotificationCenter defaultCenter] [[NSNotificationCenter defaultCenter]
......
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