[xiph-commits] r12443 - trunk/sushivision

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Wed Feb 7 21:05:46 PST 2007


Author: xiphmont
Date: 2007-02-07 21:05:44 -0800 (Wed, 07 Feb 2007)
New Revision: 12443

Modified:
   trunk/sushivision/panel-2d.c
Log:
serialno must be incrememnted when data state is invalidated; this 
happens in coop_compute now as well.



Modified: trunk/sushivision/panel-2d.c
===================================================================
--- trunk/sushivision/panel-2d.c	2007-02-07 09:16:32 UTC (rev 12442)
+++ trunk/sushivision/panel-2d.c	2007-02-08 05:05:44 UTC (rev 12443)
@@ -1019,7 +1019,7 @@
 
   // lock during setup
   gdk_threads_enter ();
-  serialno = p2->serialno;
+  serialno = ++p2->serialno;
   plot = PLOT(p->private->graph);
   pw = plot->x.pixels;
   ph = plot->y.pixels;



More information about the commits mailing list