Commit cb41eae4 authored by Jean-Paul Saman's avatar Jean-Paul Saman

mozilla: MacOS X build fix

parent 6fb027ac
...@@ -212,7 +212,7 @@ int16 NPP_HandleEvent( NPP instance, void * event ) ...@@ -212,7 +212,7 @@ int16 NPP_HandleEvent( NPP instance, void * event )
area.top = 0; area.top = 0;
area.right = npwindow.width; area.right = npwindow.width;
area.bottom = npwindow.height; area.bottom = npwindow.height;
libvlc_video_redraw_rectangle(p_md, &area, NULL); libvlc_video_redraw_rectangle(p_plugin->getMD(&ex), &area, NULL);
} }
} }
libvlc_exception_clear(&ex); libvlc_exception_clear(&ex);
......
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