diff options
author | phintuka <phintuka> | 2008-03-28 22:17:17 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-03-28 22:17:17 +0000 |
commit | bfc68f7b653aa3da6076a129efc3a59b3009747b (patch) | |
tree | 351554f0ea02c43ff3bb667b5cfb15bc0b65bbf4 /xine_frontend.h | |
parent | b1b63256f26101ba1193ca38a037864f1dc69339 (diff) | |
download | xineliboutput-bfc68f7b653aa3da6076a129efc3a59b3009747b.tar.gz xineliboutput-bfc68f7b653aa3da6076a129efc3a59b3009747b.tar.bz2 |
HUD OSD configuration
(Patch from Antti Seppälä and Rolf Ahrenberg)
Diffstat (limited to 'xine_frontend.h')
-rw-r--r-- | xine_frontend.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xine_frontend.h b/xine_frontend.h index 45a075f2..09660b89 100644 --- a/xine_frontend.h +++ b/xine_frontend.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend.h,v 1.6 2007-05-18 15:09:42 phintuka Exp $ + * $Id: xine_frontend.h,v 1.7 2008-03-28 22:17:17 phintuka Exp $ * */ @@ -51,7 +51,7 @@ struct frontend_config_s { struct frontend_s { /* Display */ int (*fe_display_open)(frontend_t*, int winwidth, int winheight, - int fullscreen, int modeswitch, const char *modeline, + int fullscreen, int hud, int modeswitch, const char *modeline, int aspect, fe_keypress_f keypresshandler, const char *video_port, int scale_video, int field_order); |