/[libvob]/libvob/org/nongnu/libvob/gl/GL.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/gl/GL.java

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

revision 1.11 by tjl, Tue Apr 15 13:54:20 2003 UTC revision 1.12 by humppake, Fri May 9 10:55:38 2003 UTC
# Line 309  public class GL { Line 309  public class GL {
309          /** Resize the window.          /** Resize the window.
310           */           */
311          public void resize(int w, int h) { impl_Window_resize(getId(), w, h); }          public void resize(int w, int h) { impl_Window_resize(getId(), w, h); }
312            /** Changes mouse cursor on the window.
313             */
314            public void setCursor(int shape) { impl_Window_setCursor(getId(), shape); }
315      }      }
316      final private static Window defaultWindow = new Window(-1);      final private static Window defaultWindow = new Window(-1);
317    
# Line 327  public class GL { Line 330  public class GL {
330      static private native void impl_Window_setCurrent(int id);      static private native void impl_Window_setCurrent(int id);
331      static private native void impl_Window_release(int id);      static private native void impl_Window_release(int id);
332      static private native void impl_Window_move(int id, int x, int y);      static private native void impl_Window_move(int id, int x, int y);
333        static private native void impl_Window_setCursor(int id, int shape);
334      static private native void impl_Window_resize(int id, int w, int h);      static private native void impl_Window_resize(int id, int w, int h);
335    
336  //--------- Image  //--------- Image

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

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