[vlc-commits] commit: mozilla plugin: compilation fix for Darwin 9 ( Felix Paul Kühne )
git at videolan.org
git at videolan.org
Sun May 2 16:19:22 CEST 2010
vlc/vlc-1.1 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun May 2 16:18:39 2010 +0200| [20ddc472b88a9181b9525ec26c49adceba207e19] | committer: Felix Paul Kühne
mozilla plugin: compilation fix for Darwin 9
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=20ddc472b88a9181b9525ec26c49adceba207e19
---
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 f2b9f3e..883205b 100644
--- a/projects/mozilla/vlcshell.cpp
+++ b/projects/mozilla/vlcshell.cpp
@@ -149,7 +149,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