[xiph-commits] r3407 - liboggplay/trunk/plugin

j at svn.annodex.net j at svn.annodex.net
Sun Feb 3 06:45:34 PST 2008


Author: j
Date: 2008-02-03 06:45:23 -0800 (Sun, 03 Feb 2008)
New Revision: 3407

Modified:
   liboggplay/trunk/plugin/plugin.h
Log:
onMouseClick also required to compile linux/mac build

Modified: liboggplay/trunk/plugin/plugin.h
===================================================================
--- liboggplay/trunk/plugin/plugin.h	2008-02-02 08:45:22 UTC (rev 3406)
+++ liboggplay/trunk/plugin/plugin.h	2008-02-03 14:45:23 UTC (rev 3407)
@@ -123,9 +123,7 @@
   void    onCMMLData(char **cmml_data, int cmml_size, int async);
   void    onEndOfMovie();
   void    onMovieDownload();
-#ifdef WIN32
   void    onMouseClick();
-#endif
 
   // This is only public so the Windows "heartbeat" function can
   // access it. If you're not PluginCallbackProc, don't touch!



More information about the commits mailing list