search for: mplaylistcallback

Displaying 2 results from an estimated 2 matches for "mplaylistcallback".

2008 Apr 29
3
[PATCH] browser_plugin - kate support, build fixes, and misc
...actually using it: --- svn/annodex/browser_plugin/src/plugin.cpp 2008-04-04 15:14:28.000000000 +0100 +++ svn/annodex/browser_plugin-with-kate/src/plugin.cpp 2008-04-27 22:08:08.000000000 +0100 @@ -245,7 +244,8 @@ mCmmlCallback(NULL), mAsyncCmmlCallback(NULL), mEndPlayCallback(NULL), - mPlaylistCallback(NULL) + mPlaylistCallback(NULL), + mMouseClickCallback(NULL) #if defined(XP_MACOSX) , mOutputCleared(FALSE) @@ -1037,7 +1175,9 @@ if (mMouseButtonDown) { mMouseButtonDown = FALSE; - mMouseClickCallback->Call(); + if (this->mMouseClickCallback != NULL) { + mMouseCl...
2008 Apr 28
3
[PATCH] browser_plugin - kate support, build fixes, and misc
Hi, this patch adds: - kate support (what else) - this bumps the Javascript API to 1.1 - a few build fixes (note that the adding of -L/usr/X11/lib -lX11 looks suspect to me, that shouldn't be needed, so you may want to leave it out if you think so as well - it's odd as X11 using programs do configure fine on that box) - bad pointer dereference fix (mouse callback) - avoid the input