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

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

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

revision 1.9 by humppake, Wed Oct 2 11:43:44 2002 UTC revision 1.10 by tjl, Fri Oct 4 22:16:34 2002 UTC
# Line 573  public class GL { Line 573  public class GL {
573              impl_ByteVector_readFromBuffer_ubytes(getId(), win.getId(),              impl_ByteVector_readFromBuffer_ubytes(getId(), win.getId(),
574                  buffer, x, y, width, height, format);                  buffer, x, y, width, height, format);
575          }          }
576            public byte[] get() {
577                return impl_ByteVector_get(getId());
578            }
579    
580      }      }
581      static public ByteVector createByteVector() {      static public ByteVector createByteVector() {
# Line 589  public class GL { Line 592  public class GL {
592              int x, int y, int width, int height,              int x, int y, int width, int height,
593              String format) ;              String format) ;
594      static private native int impl_ByteVector_get(int id, int ind);      static private native int impl_ByteVector_get(int id, int ind);
595        static private native byte[] impl_ByteVector_get(int id);
596    
597  //----------Misc  //----------Misc
598    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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