From 6637882efc717c0c26d3b8a438469022299e3e64 Mon Sep 17 00:00:00 2001 From: phintuka Date: Fri, 4 Apr 2008 20:35:11 +0000 Subject: OSDFLAG_REFRESH --- xine_osd_command.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xine_osd_command.h b/xine_osd_command.h index 6f6bfd17..1bd6795a 100644 --- a/xine_osd_command.h +++ b/xine_osd_command.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_osd_command.h,v 1.10 2008-03-28 22:17:17 phintuka Exp $ + * $Id: xine_osd_command.h,v 1.11 2008-04-04 20:35:11 phintuka Exp $ * */ @@ -34,6 +34,7 @@ typedef enum { } osd_command_id_t; #define OSDFLAG_YUV_CLUT 0x01 +#define OSDFLAG_REFRESH 0x02 /* OSD data refresh for new config, clients, etc. - no changes in bitmap */ typedef struct xine_clut_s { union { -- cgit v1.2.3