From f440a3c1bfd558b556c41f8eab4484c4eaf73c2e Mon Sep 17 00:00:00 2001 From: albeu Date: Sat, 18 Mar 2006 18:13:22 +0000 Subject: Enable gui key bindings only when running the gui. Fix enter and esc not working with a GUI enabled build running w/o GUI. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17891 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input/input.h') diff --git a/input/input.h b/input/input.h index d27b3e11bf..006c3ea991 100644 --- a/input/input.h +++ b/input/input.h @@ -230,7 +230,7 @@ mp_cmd_clone(mp_cmd_t* cmd); // When you create a new driver you should add it in these 2 functions. void -mp_input_init(void); +mp_input_init(int use_gui); void mp_input_uninit(void); -- cgit v1.2.3