Revision: 3965
          http://vexi.svn.sourceforge.net/vexi/?rev=3965&view=rev
Author:   clrg
Date:     2010-11-29 23:40:56 +0000 (Mon, 29 Nov 2010)

Log Message:
-----------
Fix backbuffer not always being big enough (compile fix)

Modified Paths:
--------------
    trunk/org.vexi-core.main/src/main/java/org/vexi/core/Surface.java

Modified: trunk/org.vexi-core.main/src/main/java/org/vexi/core/Surface.java
===================================================================
--- trunk/org.vexi-core.main/src/main/java/org/vexi/core/Surface.java   
2010-11-29 23:37:16 UTC (rev 3964)
+++ trunk/org.vexi-core.main/src/main/java/org/vexi/core/Surface.java   
2010-11-29 23:40:56 UTC (rev 3965)
@@ -766,7 +766,7 @@
 
         public DoubleBufferedSurface(Box root) { super(root); }
         public PixelBuffer getPixelBuffer() { return this; }
-        final protected PixelBuffer backbuffer = 
Platform.createPixelBuffer(Platform.getScreenBounds().width, 
Platform.getScreenBounds().height, this);
+        protected PixelBuffer backbuffer = 
Platform.createPixelBuffer(Platform.getScreenBounds().width, 
Platform.getScreenBounds().height, this);
         final private DirtyList screenDirtyRegions = new DirtyList();
 
         /** draw an unscaled image onto the backbuffer where:


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

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to