From b106e0fb5500495f69b09023c87d155bf21ada3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Wed, 2 Jan 2008 19:04:51 +0100 Subject: Don't mark the spu_event as constant. --- src/input/input_dvd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c index e0dd3bba1..2cf16adeb 100644 --- a/src/input/input_dvd.c +++ b/src/input/input_dvd.c @@ -332,7 +332,7 @@ static void send_mouse_enter_leave_event(dvd_input_plugin_t *this, int direction this->mouse_in = !this->mouse_in; if(direction != this->mouse_in) { - const xine_spu_button_t spu_event = { + xine_spu_button_t spu_event = { .direction = direction, .button = this->mouse_buttonN }; -- cgit v1.2.3