/[gzz]/gzz/gzz/gfx/gl/PaperOptions.java
ViewVC logotype

Diff of /gzz/gzz/gfx/gl/PaperOptions.java

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

revision 1.1 by mudyc, Mon Nov 11 20:29:07 2002 UTC revision 1.2 by Vegai, Thu Nov 14 14:56:30 2002 UTC
# Line 1  Line 1 
1  package gzz.gfx.gl;  package gzz.gfx.gl;
2    
3  public class PaperOptions {  public class PaperOptions {
4      public static boolean use_opengl_1_1;      public static boolean use_opengl_1_1 = false;
5      public PaperOptions() {}      static private PaperOptions _instance = null;
6    
7        static public PaperOptions instance() {
8            if(null == _instance) {
9                _instance = new PaperOptions();
10            }
11            return _instance;
12        }
13        private PaperOptions() {
14        }
15  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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