gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/gzz/vob RectBgVob.java


From: Benja Fallenstein
Subject: [Gzz-commits] gzz/gzz/vob RectBgVob.java
Date: Mon, 09 Sep 2002 09:49:10 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/09/09 09:49:06

Modified files:
        gzz/vob        : RectBgVob.java 

Log message:
        Use a green background to make rectbg vobs
        more visible in the random cases where they
        ARE shown

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/vob/RectBgVob.java.diff?tr1=1.9&tr2=1.10&r1=text&r2=text

Patches:
Index: gzz/gzz/vob/RectBgVob.java
diff -c gzz/gzz/vob/RectBgVob.java:1.9 gzz/gzz/vob/RectBgVob.java:1.10
*** gzz/gzz/vob/RectBgVob.java:1.9      Fri Aug 16 10:40:35 2002
--- gzz/gzz/vob/RectBgVob.java  Mon Sep  9 09:49:06 2002
***************
*** 39,46 ****
   */
  
  public class RectBgVob extends Vob {
! public static final String rcsid = "$Id: RectBgVob.java,v 1.9 2002/08/16 
14:40:35 benja Exp $";
!     public static final boolean dbg = true;
      static final void p(String s) { if(dbg) System.out.println(s); }
      static final void pa(String s) { System.out.println(s); }
  
--- 39,46 ----
   */
  
  public class RectBgVob extends Vob {
! public static final String rcsid = "$Id: RectBgVob.java,v 1.10 2002/09/09 
13:49:06 benja Exp $";
!     public static boolean dbg = false;
      static final void p(String s) { if(dbg) System.out.println(s); }
      static final void pa(String s) { System.out.println(s); }
  
***************
*** 97,105 ****
      public int addToListGL(GraphicsAPI.Window win,
                    int[] list, int curs, int coordsys1,
                                int coordsys2) {
        if(glList == null) {
            glList = GZZGL.createCallListCoorded(
!               "Color "+ColorUtil.colorGLString(bg)+" 1\n" +
                "Begin QUAD_STRIP\n"+
                "Vertex 1 1\nVertex 1 -1\n"+
                "Vertex -1 1\nVertex -1 -1\n"+
--- 97,106 ----
      public int addToListGL(GraphicsAPI.Window win,
                    int[] list, int curs, int coordsys1,
                                int coordsys2) {
+         if(dbg) pa("Addtolistgl rectbg "+coordsys1);
        if(glList == null) {
            glList = GZZGL.createCallListCoorded(
!               "Color "+ColorUtil.colorGLString(Color.green)+" 1\n" +
                "Begin QUAD_STRIP\n"+
                "Vertex 1 1\nVertex 1 -1\n"+
                "Vertex -1 1\nVertex -1 -1\n"+




reply via email to

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