diff options
Diffstat (limited to 'frontend_local.c')
-rw-r--r-- | frontend_local.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/frontend_local.c b/frontend_local.c index 54f53e80..49004a1e 100644 --- a/frontend_local.c +++ b/frontend_local.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend_local.c,v 1.53 2011-02-28 13:29:31 phintuka Exp $ + * $Id: frontend_local.c,v 1.54 2011-02-28 13:37:10 phintuka Exp $ * */ @@ -337,14 +337,17 @@ void cXinelibLocal::Action(void) Cancel(-1); } else { LOGDBG("cXinelibLocal::Action - fe created"); - if(!curr_fe->fe_display_open(curr_fe, 0, 0, xc.width, xc.height, xc.fullscreen, xc.hud_osd, + if(!curr_fe->fe_display_open(curr_fe, + xc.xpos, xc.ypos, xc.width, xc.height, xc.fullscreen, + xc.hud_osd, xc.opengl, xc.modeswitch, xc.modeline, xc.display_aspect, keypress_handler, 0/*no_x_kbd*/, 0/*gui_hotkeys*/, xc.video_port, xc.scale_video, xc.field_order, - NULL, -1)) { + NULL, + xc.window_id)) { LOGMSG("cXinelibLocal: Error initializing display"); Cancel(-1); } else { |