[MPlayer-cvslog] CVS: main mplayer.c,1.912,1.913

Alban Bedel CVS syncmail at mplayerhq.hu
Sat Mar 18 19:13:25 CET 2006


CVS change done by Alban Bedel CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv14782

Modified Files:
	mplayer.c 
Log Message:
Enable gui key bindings only when running the gui. Fix enter and esc
not working with a GUI enabled build running w/o GUI.


Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.912
retrieving revision 1.913
diff -u -r1.912 -r1.913
--- mplayer.c	5 Mar 2006 08:55:08 -0000	1.912
+++ mplayer.c	18 Mar 2006 18:13:22 -0000	1.913
@@ -1621,7 +1621,7 @@
 
 // Init input system
 current_module = "init_input";
-mp_input_init();
+mp_input_init(use_gui);
 #if 0
 make_pipe(&keyb_fifo_get,&keyb_fifo_put);
 




More information about the MPlayer-cvslog mailing list