Revision: 3821
          http://vexi.svn.sourceforge.net/vexi/?rev=3821&view=rev
Author:   clrg
Date:     2010-03-23 01:48:51 +0000 (Tue, 23 Mar 2010)

Log Message:
-----------
Feature: abort reflow/render -> js can affect live reflow

Modified Paths:
--------------
    trunk/core/org.vexi.core/src/org/vexi/plat/Platform.java

Modified: trunk/core/org.vexi.core/src/org/vexi/plat/Platform.java
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/plat/Platform.java    2010-03-23 
01:39:34 UTC (rev 3820)
+++ trunk/core/org.vexi.core/src/org/vexi/plat/Platform.java    2010-03-23 
01:48:51 UTC (rev 3821)
@@ -287,7 +287,7 @@
                                        for (int i=0; 
i<Surface.allSurfaces.size(); i++) {
                                                Surface s = 
((Surface)Surface.allSurfaces.elementAt(i));
                                                do { s.render(); }
-                                               while (s.abort);
+                                               while (s.renderAborted());
                                        }
                                } while (again);
                        } finally {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to