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 ) ...@@ -149,7 +149,7 @@ NPError NPP_SetValue( NPP instance, NPNVariable variable, void *value )
* Mac-only API calls * Mac-only API calls
*****************************************************************************/ *****************************************************************************/
#ifdef XP_MACOSX #ifdef XP_MACOSX
int16 NPP_HandleEvent( NPP instance, void * event ) int16_t NPP_HandleEvent( NPP instance, void * event )
{ {
static UInt32 lastMouseUp = 0; static UInt32 lastMouseUp = 0;
if( instance == NULL ) 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