diff options
Diffstat (limited to 'xine_osd_command.h')
-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 bb9956fc..6f6bfd17 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.9 2008-03-16 23:41:37 phintuka Exp $ + * $Id: xine_osd_command.h,v 1.10 2008-03-28 22:17:17 phintuka Exp $ * */ @@ -91,6 +91,7 @@ typedef struct osd_command_s { osd_rect_t dirty_area; uint8_t flags; + uint8_t scaling; } PACKED osd_command_t; |