From 9d9e5affa515e4d4fe2fabb738fd0ae0b77967f4 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Tue, 15 Jan 2002 20:22:43 +0000 Subject: 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 --- src/xine-engine/video_out.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/video_out.h') 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*/ }; -- cgit v1.2.3