Commit cea7dd86 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Revert "events: use input_state_e in input_state_changed."

This reverts commit 627aaa88.

Well, we do need to define the type first. Limitation of how we declared events.
parent 627aaa88
......@@ -140,7 +140,7 @@ typedef struct vlc_event_t
/* Input (thread) events */
struct vlc_input_state_changed
{
input_state_e new_state;
int new_state;
} input_state_changed;
/* 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