]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/misc.h
* New OSX controller (iTunes style)
[vlc] / modules / gui / macosx / misc.h
index 6c1ca219630f99f4f0823932828586c395f52fba..24fecc0cabc9168498f82396705f91727d8742f4 100644 (file)
@@ -2,7 +2,7 @@
  * misc.h: code not specific to vlc
  *****************************************************************************
  * Copyright (C) 2003 VideoLAN
- * $Id: misc.h,v 1.2 2003/03/13 22:24:17 hartman Exp $
+ * $Id: misc.h,v 1.3 2003/11/15 22:42:16 hartman Exp $
  *
  * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
  *
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
+/*****************************************************************************
+ * VLCControllerWindow
+ *****************************************************************************/
+
+@interface VLCControllerWindow : NSWindow
+{
+}
+
+@end
+
+/*****************************************************************************
+ * VLCControllerView
+ *****************************************************************************/
+
+@interface VLCControllerView : NSView
+{
+}
+
+@end
+
 /*****************************************************************************
  * VLBrushedMetalImageView
  *****************************************************************************/