[xiph-commits] r3122 - liboggplay/trunk/plugin
tahn at svn.annodex.net
tahn at svn.annodex.net
Thu Jun 28 07:15:18 PDT 2007
Author: tahn
Date: 2007-06-28 07:15:17 -0700 (Thu, 28 Jun 2007)
New Revision: 3122
Modified:
liboggplay/trunk/plugin/plugin.h
Log:
Comment change.
Modified: liboggplay/trunk/plugin/plugin.h
===================================================================
--- liboggplay/trunk/plugin/plugin.h 2007-06-28 13:59:05 UTC (rev 3121)
+++ liboggplay/trunk/plugin/plugin.h 2007-06-28 14:15:17 UTC (rev 3122)
@@ -121,6 +121,8 @@
void onCMMLData(char **cmml_data, int cmml_size);
void onEndOfMovie();
+ // This is only public so the Windows "heartbeat" function can
+ // access it. If you're not PluginCallbackProc, don't touch!
void processCrossThreadCalls(NPBool useSemaphore);
private:
More information about the commits
mailing list