/[gzz]/gzz/gzz/client/GraphicsAPI.java
ViewVC logotype

Diff of /gzz/gzz/client/GraphicsAPI.java

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

revision 1.22 by tjl, Thu Oct 10 05:10:21 2002 UTC revision 1.23 by benja, Thu Oct 10 14:11:02 2002 UTC
# Line 65  public abstract class GraphicsAPI { Line 65  public abstract class GraphicsAPI {
65            
66      /** Return the type string of the API ("gl" or "awt").      /** Return the type string of the API ("gl" or "awt").
67       */       */
68      static public String getTypeString() { return type; }      static public String getTypeString() {
69            if(gfxapi == null) init();
70            return type;
71        }
72    
73      /** Start the update manager thread and run r from that thread.      /** Start the update manager thread and run r from that thread.
74       * Used because e.g. OpenGL and GLX are easier to manage if everything       * Used because e.g. OpenGL and GLX are easier to manage if everything

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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