[vlc-devel] commit: mozilla: MacOS X build fix (Jean-Paul Saman )
git version control
git at videolan.org
Sun Mar 8 10:11:31 CET 2009
vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Sun Mar 8 09:26:22 2009 +0100| [cb41eae4aff1878338a2e3f86d7bce289aecf022] | committer: Jean-Paul Saman
mozilla: MacOS X build fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cb41eae4aff1878338a2e3f86d7bce289aecf022
---
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 f532e8a..abf61eb 100644
--- a/projects/mozilla/vlcshell.cpp
+++ b/projects/mozilla/vlcshell.cpp
@@ -212,7 +212,7 @@ int16 NPP_HandleEvent( NPP instance, void * event )
area.top = 0;
area.right = npwindow.width;
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);
More information about the vlc-devel
mailing list