gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/gzz/gfx/gl GL.java


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz/gzz/gfx/gl GL.java
Date: Mon, 23 Sep 2002 05:30:11 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/09/23 05:30:11

Modified files:
        gzz/gfx/gl     : GL.java 

Log message:
        ARGH

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/gfx/gl/GL.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gzz/gzz/gfx/gl/GL.java
diff -c gzz/gzz/gfx/gl/GL.java:1.2 gzz/gzz/gfx/gl/GL.java:1.3
*** gzz/gzz/gfx/gl/GL.java:1.2  Mon Sep 23 05:00:14 2002
--- gzz/gzz/gfx/gl/GL.java      Mon Sep 23 05:30:11 2002
***************
*** 22,27 ****
--- 22,28 ----
   */
  package gzz.gfx.gl;
  import java.awt.Rectangle;
+ import java.awt.Dimension;
  import gzz.client.GraphicsAPI;
  
  /** The interface to the native OpenGL library.
***************
*** 572,585 ****
                int window, int[] codes, float[] pts1,
                int numpts, boolean standardcoords, int iters);
  
-     public static void eventLoop(Ticker t) {
-       while(true) {
-           p("TICK");
-           boolean ret = t.tick();
-           p("GOING TO EVENTLOOP");
-           eventLoop(!ret);
-       }
-     }
      /** Process native events.
       * @param wait If false, this function will return once there are no more
       *                native events to process. If true, this function will 
wait
--- 573,578 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]