]> 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 3a3ed7036a6f6899fd95ed6a4fcd43fe1eddddeb..9ef461f19339e1eb7409fb3011454e5030117950 100644 (file)
@@ -2,7 +2,7 @@
  * MediaControlView.cpp: beos interface
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001 VideoLAN
- * $Id: MediaControlView.cpp,v 1.6 2001/12/07 18:33:07 sam 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 "common.h"
-#include "intf_msg.h"
-#include "threads.h"
-#include "mtime.h"
-#include "tests.h"
+#include <videolan/vlc.h>
+
 #include "stream_control.h"
 #include "input_ext-intf.h"
+
 #include "interface.h"
 #include "intf_playlist.h"
 }