From 8de8be15366b235fb252d5f83509b0ce1ea825c5 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Wed, 30 Apr 2008 18:57:02 +0300 Subject: Move input options to option struct --- input/input.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'input/input.h') diff --git a/input/input.h b/input/input.h index 570e65eea3..0a09f68d2c 100644 --- a/input/input.h +++ b/input/input.h @@ -274,7 +274,8 @@ void mp_input_set_section(struct input_ctx *ictx, char *name); char *mp_input_get_section(struct input_ctx *ictx); // When you create a new driver you should add it in these 2 functions. -struct input_ctx *mp_input_init(int use_gui); +struct input_conf; +struct input_ctx *mp_input_init(struct input_conf *input_conf, int use_gui); void mp_input_uninit(struct input_ctx *ictx); -- cgit v1.2.3