[vlc-devel] [PATCH 2/5] int16 -> int16_t

David Menestrina dmenest at yahoo.com
Thu Apr 15 01:24:05 CEST 2010


From: David Menestrina <dmenest-vlc at ofb dot net>

---
 projects/mozilla/vlcshell.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/projects/mozilla/vlcshell.cpp b/projects/mozilla/vlcshell.cpp
index 774c0a7..e59dac9 100644
--- a/projects/mozilla/vlcshell.cpp
+++ b/projects/mozilla/vlcshell.cpp
@@ -154,7 +154,7 @@ NPError NPP_SetValue( NPP instance, NPNVariable variable, void *value )
  * Mac-only API calls
  *****************************************************************************/
 #ifdef XP_MACOSX
-int16 NPP_HandleEvent( NPP instance, void * event )
+int16_t NPP_HandleEvent( NPP instance, void * event )
 {
     static UInt32 lastMouseUp = 0;
     if( instance == NULL )
-- 
1.7.0.3




More information about the vlc-devel mailing list