]> git.sesse.net Git - vlc/blobdiff - modules/gui/minimal_macosx/VLCMinimalVoutWindow.h
Preferences: don't show empty boxes ('zoom' box bug)
[vlc] / modules / gui / minimal_macosx / VLCMinimalVoutWindow.h
index 4d889d28794cfde352478dd19dc83105ae939d15..7e2fd2803937e11887830d6116a7e21d1a531f82 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * VLCMinimalVoutWindow.h: MacOS X Minimal window for a vout
  *****************************************************************************
- * Copyright (C) 2001-2004 the VideoLAN team
+ * Copyright (C) 2007 the VideoLAN team
  * $Id$
  *
  * Authors: Pierre d'Herbemont <pdherbemont # videolan.org>
 
 #import <Cocoa/Cocoa.h>
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 
 @interface VLCMinimalVoutWindow : NSWindow
 {
-    NSRect rect;
+    NSRect initialFrame;
+    NSPoint initialLocation, initialLocationOnScreen;
+    BOOL fullscreen;
+    BOOL mouseDraggedShouldResize;
 }
 
 - (id)initWithContentRect:(NSRect)contentRect;