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 e124ac36..c6cbe5eb 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.17 2008-12-19 16:01:55 rofafor Exp $ + * $Id: xine_frontend.h,v 1.18 2009-02-21 11:55:37 phintuka Exp $ * */ @@ -63,7 +63,8 @@ struct frontend_s { /* Display */ int (*fe_display_open)(frontend_t*, int winwidth, int winheight, int fullscreen, int hud, int modeswitch, const char *modeline, - int aspect, fe_keypress_f keypresshandler, int gui_hotkeys, + int aspect, fe_keypress_f keypresshandler, + int no_x_kbd, int gui_hotkeys, const char *video_port, int scale_video, int field_order, const char *aspect_controller, int window_id); |