/[gzz]/gzz/gzz/vob/VobScene.java
ViewVC logotype

Diff of /gzz/gzz/vob/VobScene.java

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

revision 1.12 by tjl, Tue Oct 15 13:29:19 2002 UTC revision 1.13 by tjl, Wed Oct 30 19:10:17 2002 UTC
# Line 110  public class VobScene { Line 110  public class VobScene {
110          map.put(v, c);          map.put(v, c);
111      }      }
112    
113        /** Cause the given coordinate system to be considered when
114         * getCSAt() is called.
115         */
116        public void activate(int cs) {
117            coords.activate(cs);
118        }
119        public void activate(Object key) {
120            coords.activate(matcher.getCS(key));
121        }
122    
123      public Object getKeyAt(float x, float y, float[] targetcoords) {      public Object getKeyAt(float x, float y, float[] targetcoords) {
124          return null;          return null;
125      }      }

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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