Commit 627aaa88 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

events: use input_state_e in input_state_changed.

parent ace6fa76
...@@ -140,7 +140,7 @@ typedef struct vlc_event_t ...@@ -140,7 +140,7 @@ typedef struct vlc_event_t
/* Input (thread) events */ /* Input (thread) events */
struct vlc_input_state_changed struct vlc_input_state_changed
{ {
int new_state; input_state_e new_state;
} input_state_changed; } input_state_changed;
/* Input item events */ /* Input item events */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment