diff options
author | phintuka <phintuka> | 2008-11-13 21:04:03 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-11-13 21:04:03 +0000 |
commit | b87166432d1557d14306f066a7697a3b14d6c741 (patch) | |
tree | 3473d52a4348cc1a0ee9d4689ee4214b1794300a | |
parent | 91d36fbee25939b0a307ae4d56f903fdcebb91bb (diff) | |
download | xineliboutput-b87166432d1557d14306f066a7697a3b14d6c741.tar.gz xineliboutput-b87166432d1557d14306f066a7697a3b14d6c741.tar.bz2 |
Added terminate_key_pressed flag
-rw-r--r-- | xine_frontend_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xine_frontend_internal.h b/xine_frontend_internal.h index 221c7e1c..3b0a395a 100644 --- a/xine_frontend_internal.h +++ b/xine_frontend_internal.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend_internal.h,v 1.1 2008-11-10 23:59:35 phintuka Exp $ + * $Id: xine_frontend_internal.h,v 1.2 2008-11-13 21:04:03 phintuka Exp $ * */ @@ -53,6 +53,7 @@ typedef struct fe_s { /* frontend */ double video_aspect; /* aspect ratio of video frame */ double display_ratio; /* aspect ratio of video window */ + uint terminate_key_pressed; uint16_t xpos, ypos; /* position of video window */ uint16_t width; /* size of video window */ uint16_t height; /* */ |