diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-01-15 20:22:43 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-01-15 20:22:43 +0000 |
commit | 9d9e5affa515e4d4fe2fabb738fd0ae0b77967f4 (patch) | |
tree | 57eb9d77d2c9fabcb69ac42e8d9d04e7a01337e1 /src/xine-engine/video_out.h | |
parent | f22590515f098d54921a1a68af85fe1165b50571 (diff) | |
download | xine-lib-9d9e5affa515e4d4fe2fabb738fd0ae0b77967f4.tar.gz xine-lib-9d9e5affa515e4d4fe2fabb738fd0ae0b77967f4.tar.bz2 |
Beginning of overlay highlights correction work.
XV colours look good, XShm colours do not.
CVS patchset: 1411
CVS date: 2002/01/15 20:22:43
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r-- | src/xine-engine/video_out.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index 1dfbf70da..c591b25b5 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.37 2002/01/14 00:34:22 guenter Exp $ + * $Id: video_out.h,v 1.38 2002/01/15 20:22:44 jcdutton Exp $ * * * xine version of video_out.h @@ -340,6 +340,9 @@ struct vo_overlay_s { int clip_bottom; int clip_left; int clip_right; + uint32_t clip_color[OVL_PALETTE_SIZE]; + uint8_t clip_trans[OVL_PALETTE_SIZE]; + int clip_rgb_clut; /* true if clut was converted to rgb*/ }; |