]> git.sesse.net Git - vlc/blobdiff - plugins/beos/MediaControlView.cpp
Improved scaling, correct aspect ratio even in full screen mode.
[vlc] / plugins / beos / MediaControlView.cpp
index bfbe0cf67e9195ae10e072e9af766fed89ff4e3d..9ef461f19339e1eb7409fb3011454e5030117950 100644 (file)
@@ -2,7 +2,7 @@
  * MediaControlView.cpp: beos interface
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001 VideoLAN
- * $Id: MediaControlView.cpp,v 1.4 2001/11/28 15:08:05 massiot Exp $
+ * $Id: MediaControlView.cpp,v 1.7 2001/12/30 07:09:54 sam Exp $
  *
  * Authors: Tony Castley <tony@castley.net>
  *
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
-#include "defs.h"
 
 /* System headers */
 #include <InterfaceKit.h>
 #include <AppKit.h>
+#include <string.h>
 
 /* VLC headers */
 extern "C"
 {
-#include "config.h"
-#include "common.h"
-#include "intf_msg.h"
-#include "threads.h"
-#include "mtime.h"
-#include "main.h"
-#include "tests.h"
+#include <videolan/vlc.h>
+
 #include "stream_control.h"
 #include "input_ext-intf.h"
+
 #include "interface.h"
 #include "intf_playlist.h"
 }