summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_out.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r--src/xine-engine/video_out.h4
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;