diff options
author | Rich J Wareham <richwareham@users.sourceforge.net> | 2001-07-25 23:26:14 +0000 |
---|---|---|
committer | Rich J Wareham <richwareham@users.sourceforge.net> | 2001-07-25 23:26:14 +0000 |
commit | 5720d1a5ca1544769c98f10c4032ffacd7c8ae9e (patch) | |
tree | f7edf8aaf13c36c3dbd6c7a02341a29398955f8e /src/xine-engine/video_out.h | |
parent | 1a8845d5b0190c82c32340433a6dd7f9d1d9660c (diff) | |
download | xine-lib-5720d1a5ca1544769c98f10c4032ffacd7c8ae9e.tar.gz xine-lib-5720d1a5ca1544769c98f10c4032ffacd7c8ae9e.tar.bz2 |
A few small changes to help in some specific cases. Also a nasty hack added temporarily
CVS patchset: 348
CVS date: 2001/07/25 23:26:14
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r-- | src/xine-engine/video_out.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index a17b30f67..0e9c366d8 100644 --- a/src/xine-engine/video_out.h +++ b/src/xine-engine/video_out.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out.h,v 1.14 2001/07/24 12:57:30 guenter Exp $ + * $Id: video_out.h,v 1.15 2001/07/25 23:26:14 richwareham Exp $ * * * xine version of video_out.h @@ -279,6 +279,8 @@ struct vo_overlay_s { vo_overlay_t *priv; /* optionally more overlays */ int state; /* State:FREE,SHOWING etc. */ + uint32_t *clut_tbl; /* Pointer to CLUT palette */ + /* private stuff */ int _x; /* current destination x, y */ int _y; |