diff options
author | phintuka <phintuka> | 2008-04-04 20:35:11 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-04-04 20:35:11 +0000 |
commit | 6637882efc717c0c26d3b8a438469022299e3e64 (patch) | |
tree | c347af34bb1ad9ef9108e8a6cd541296a9c85ba3 | |
parent | 53cd0c52deae3c044e8c3e8bf11bec233d7ea5f5 (diff) | |
download | xineliboutput-6637882efc717c0c26d3b8a438469022299e3e64.tar.gz xineliboutput-6637882efc717c0c26d3b8a438469022299e3e64.tar.bz2 |
OSDFLAG_REFRESH
-rw-r--r-- | xine_osd_command.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |