Commit 38d1a266 authored by Tony Castley's avatar Tony Castley

Rewritten vout for BeOS. Now does not support overlay however code is simpler

and easier to implement overlay and DirectWindow.
parent 06fca109
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* VideoWindow.h: BeOS video window class prototype * VideoWindow.h: BeOS video window class prototype
***************************************************************************** *****************************************************************************
* Copyright (C) 1999, 2000, 2001 VideoLAN * Copyright (C) 1999, 2000, 2001 VideoLAN
* $Id: VideoWindow.h,v 1.4 2001/03/21 13:42:33 sam Exp $ * $Id: VideoWindow.h,v 1.5 2001/08/14 12:09:03 tcastley Exp $
* *
* Authors: Jean-Marc Dressler <polux@via.ecp.fr> * Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Tony Castley <tcastley@mail.powerup.com.au> * Tony Castley <tcastley@mail.powerup.com.au>
...@@ -53,6 +53,8 @@ public: ...@@ -53,6 +53,8 @@ public:
// this is the hook controling direct screen connection // this is the hook controling direct screen connection
int32 i_bytes_per_pixel; int32 i_bytes_per_pixel;
int32 i_screen_depth; int32 i_screen_depth;
int32 i_width;
int32 i_height;
struct vout_thread_s *p_vout; struct vout_thread_s *p_vout;
int32 fRowBytes; int32 fRowBytes;
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment