diff options
Diffstat (limited to 'xine_frontend_main.c')
-rw-r--r-- | xine_frontend_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xine_frontend_main.c b/xine_frontend_main.c index 875e51ed..aa568dc6 100644 --- a/xine_frontend_main.c +++ b/xine_frontend_main.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend_main.c,v 1.101 2012-01-30 10:41:56 phintuka Exp $ + * $Id: xine_frontend_main.c,v 1.102 2012-03-13 12:53:41 phintuka Exp $ * */ @@ -551,7 +551,7 @@ int main(int argc, char *argv[]) /* Initialize display */ if (!fe->fe_display_open(fe, xpos, ypos, width, height, fullscreen, hud, opengl, modeswitch, "", aspect, NULL, noxkbd, gui_hotkeys, - video_port, scale_video, 0, + video_port, scale_video, aspect_controller, window_id)) { fprintf(stderr, "Error opening display\n"); fe->fe_free(fe); |