]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/embeddedwindow.h
macosx: Remove unneeded restart.
[vlc] / modules / gui / macosx / embeddedwindow.h
index 1a500a67e71eb7c286cdcb12f30668ce27ee215d..695ce6014283611c5480b0676ea20e63c864eeba 100644 (file)
@@ -66,6 +66,7 @@
     VLCWindow       * o_fullscreen_window;
     NSViewAnimation * o_fullscreen_anim1;
     NSViewAnimation * o_fullscreen_anim2;
+    NSViewAnimation * o_makekey_anim;
     NSView          * o_temp_view;
     /* set to yes if we are fullscreen and all animations are over */
     BOOL              b_fullscreen;
        BOOL mainwindow;
 }
 
-@end
\ No newline at end of file
+@end