[Bprocessor-commit] gl/src/net/sourceforge/bprocessor/gl GLView.java,1.13,1.14
Status: Pre-Alpha
Brought to you by:
henryml
From: Nordholt <nor...@us...> - 2005-09-12 18:04:41
|
Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28756 Modified Files: GLView.java Log Message: small change Index: GLView.java =================================================================== RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/GLView.java,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** GLView.java 6 Sep 2005 08:36:22 -0000 1.13 --- GLView.java 12 Sep 2005 18:04:33 -0000 1.14 *************** *** 17,21 **** import net.java.games.jogl.GLDrawableFactory; import net.java.games.jogl.GLCanvas; ! import java.awt.Dimension; import org.apache.log4j.Logger; --- 17,21 ---- import net.java.games.jogl.GLDrawableFactory; import net.java.games.jogl.GLCanvas; ! //import java.awt.Dimension; import org.apache.log4j.Logger; *************** *** 47,51 **** glc = GLDrawableFactory.getFactory().createGLCanvas(glCap); ! glc.setPreferredSize(new Dimension(0, 0)); view = ViewFactory.getFactory(this).getDefault(); glc.addGLEventListener(view); --- 47,51 ---- glc = GLDrawableFactory.getFactory().createGLCanvas(glCap); ! //glc.setPreferredSize(new Dimension(0, 0)); view = ViewFactory.getFactory(this).getDefault(); glc.addGLEventListener(view); |