summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-11-13 21:04:03 +0000
committerphintuka <phintuka>2008-11-13 21:04:03 +0000
commitb87166432d1557d14306f066a7697a3b14d6c741 (patch)
tree3473d52a4348cc1a0ee9d4689ee4214b1794300a
parent91d36fbee25939b0a307ae4d56f903fdcebb91bb (diff)
downloadxineliboutput-b87166432d1557d14306f066a7697a3b14d6c741.tar.gz
xineliboutput-b87166432d1557d14306f066a7697a3b14d6c741.tar.bz2
Added terminate_key_pressed flag
-rw-r--r--xine_frontend_internal.h3
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; /* */