summaryrefslogtreecommitdiff
path: root/xine_frontend_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'xine_frontend_main.c')
-rw-r--r--xine_frontend_main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/xine_frontend_main.c b/xine_frontend_main.c
index e45feed6..a8972343 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.68 2008-11-17 23:27:23 phintuka Exp $
+ * $Id: xine_frontend_main.c,v 1.69 2008-11-17 23:39:20 phintuka Exp $
*
*/
@@ -691,7 +691,8 @@ int main(int argc, char *argv[])
/* Initialize display */
if (!fe->fe_display_open(fe, width, height, fullscreen, hud, 0,
- "", aspect, NULL, video_port, scale_video, 0,
+ "", aspect, NULL, gui_hotkeys,
+ video_port, scale_video, 0,
aspect_controller, window_id)) {
fprintf(stderr, "Error opening display\n");
fe->fe_free(fe);