Commit 20ddc472 authored by Felix Paul Kühne's avatar Felix Paul Kühne

mozilla plugin: compilation fix for Darwin 9

parent 918de6e7
......@@ -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 )
......
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