[vlc-devel] commit: events: use input_state_e in input_state_changed. (Pierre d' Herbemont )

git version control git at videolan.org
Sat Jun 14 15:47:51 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sat Jun 14 15:49:42 2008 +0200| [627aaa888d8bf6f2fa64749263128be78791b462]

events: use input_state_e in input_state_changed.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=627aaa888d8bf6f2fa64749263128be78791b462
---

 include/vlc_events.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/vlc_events.h b/include/vlc_events.h
index c26cdb5..e9cdac6 100644
--- a/include/vlc_events.h
+++ b/include/vlc_events.h
@@ -140,7 +140,7 @@ typedef struct vlc_event_t
         /* Input (thread) events */
         struct vlc_input_state_changed
         {
-            int new_state;
+            input_state_e new_state;
         } input_state_changed;
 
         /* Input item events */




More information about the vlc-devel mailing list