diff options
Diffstat (limited to 'xine_frontend.h')
-rw-r--r-- | xine_frontend.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xine_frontend.h b/xine_frontend.h index 09660b89..38205638 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.7 2008-03-28 22:17:17 phintuka Exp $ + * $Id: xine_frontend.h,v 1.8 2008-06-16 21:24:36 phintuka Exp $ * */ @@ -54,7 +54,8 @@ struct frontend_s { 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); + int scale_video, int field_order, + const char *aspect_controller, int window_id); int (*fe_display_config)(frontend_t *, int width, int height, int fullscreen, int modeswitch, const char *modeline, |