/[gzz]/gzz/gzz/client/gl/GLAPI.java
ViewVC logotype

Diff of /gzz/gzz/client/gl/GLAPI.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by benja, Wed Sep 25 10:56:54 2002 UTC revision 1.20 by benja, Thu Sep 26 11:54:07 2002 UTC
# Line 42  public class GLAPI extends GraphicsAPI { Line 42  public class GLAPI extends GraphicsAPI {
42                      }                      }
43                  });                  });
44      }      }
45      public Window createWindow(Object repr) {      public Window createWindow() {
46          return new GLScreen(this, repr);          return new GLScreen(this);
47      }      }
48      public TextStyle getTextStyle(String family, int style, int size) {      public TextStyle getTextStyle(String family, int style, int size) {
49          return gzz.vob.GLTextStyle.create(family, style, size);          return gzz.vob.GLTextStyle.create(family, style, size);

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26