]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/embeddedwindow.h
macosx: redesigned info panel to HUD
[vlc] / modules / gui / macosx / embeddedwindow.h
index 8d5b2f96ce41be3b9d3dcacc9cf759920d323950..b86b7f080a31ada42e3ea476725c43179f2bcaf9 100644 (file)
 
 #import "misc.h"
 
-@interface VLCEmbeddedWindow : NSWindow
+#ifndef MAC_OS_X_VERSION_10_6
+@protocol NSAnimationDelegate <NSObject> @end
+#endif
+
+@interface VLCEmbeddedWindow : NSWindow <NSWindowDelegate, NSAnimationDelegate>
 {
     IBOutlet id o_btn_backward;
     IBOutlet id o_btn_forward;