/[libvob]/libvob/org/nongnu/libvob/impl/gl/GLScreen.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/impl/gl/GLScreen.java

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

revision 1.2 by tjl, Fri Mar 7 11:38:22 2003 UTC revision 1.3 by humppake, Fri May 9 10:55:38 2003 UTC
# Line 42  public static final String rcsid = "$Id$ Line 42  public static final String rcsid = "$Id$
42      java.awt.Canvas fakeSource = new java.awt.Canvas();      java.awt.Canvas fakeSource = new java.awt.Canvas();
43    
44      HashMap timeouts = new HashMap();      HashMap timeouts = new HashMap();
45      
46      static int mapButton(int button) {      static int mapButton(int button) {
47          switch(button) {          switch(button) {
48              case 1 : return InputEvent.BUTTON1_MASK;              case 1 : return InputEvent.BUTTON1_MASK;
# Line 187  public static final String rcsid = "$Id$ Line 187  public static final String rcsid = "$Id$
187      }      }
188    
189    
190        public void setCursor(int shape) {
191            window.setCursor(shape);
192        }
193    
194    
195      public void setLocation(int x, int y, int w, int h) {      public void setLocation(int x, int y, int w, int h) {
196          if(dbg) pa("glscreen setloc "+x+" "+y+" "+w+" "+h);          if(dbg) pa("glscreen setloc "+x+" "+y+" "+w+" "+h);
197          window.move(x,y);          window.move(x,y);

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

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