summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/input/input_dvd.c2
1 files changed, 1 insertions, 1 deletions
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
};