[vlc-commits] commit: int16 -> int16_t (David Menestrina )

git at videolan.org git at videolan.org
Fri Apr 16 00:26:46 CEST 2010


vlc | branch: master | David Menestrina <dmenest-vlc at ofb dot net> | Wed Apr 14 16:24:05 2010 -0700| [027f68c3a6d17f32d7832ec205e1eade09dbad7a] | committer: Jean-Baptiste Kempf 

int16 -> int16_t

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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 )



More information about the vlc-commits mailing list