[cairo-commit] CairoJava/src/org/cairographics/cairo/internal CairoAPI.java,1.3,1.4

Soorya Kuloor commit at pdx.freedesktop.org
Mon Nov 17 09:46:52 PST 2003


Committed by: skuloor

Update of /cvs/cairo/CairoJava/src/org/cairographics/cairo/internal
In directory pdx:/tmp/cvs-serv12742/internal

Modified Files:
	CairoAPI.java 
Log Message:
Synched with latest cairo CVS version

Index: CairoAPI.java
===================================================================
RCS file: /cvs/cairo/CairoJava/src/org/cairographics/cairo/internal/CairoAPI.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CairoAPI.java	7 Aug 2003 20:43:39 -0000	1.3
--- CairoAPI.java	17 Nov 2003 17:46:50 -0000	1.4
***************
*** 215,219 ****
          double c,
          double d);
!     public static native double[] getTextExtents(long xrs, String str);
      public static native void showText(long xrs, String text);
  
--- 215,220 ----
          double c,
          double d);
!     //XXX: NYI 14.11.2003
!     //public static native double[] getTextExtents(long xrs, String str);
      public static native void showText(long xrs, String text);
  
***************
*** 236,240 ****
       *
       */
!     public static native long surfaceCreateForPixmap(long pixmap);
      public static native long surfaceCreateForDrawable(long drawable);
      public static native long surfaceCreateSimilar(
--- 237,242 ----
       *
       */
!     //XXX: NYI 14.11.2003
!    // public static native long surfaceCreateForPixmap(long pixmap);
      public static native long surfaceCreateForDrawable(long drawable);
      public static native long surfaceCreateSimilar(
***************
*** 244,247 ****
--- 246,252 ----
          int height);
  
+     /*
+      *XXX NYI 14.11.2003 
+      *
      public static native long surfaceCreateSimilarSolid(
          long neighbor,
***************
*** 253,256 ****
--- 258,262 ----
          double blue,
          double alpha);
+         */
      public static native void surfaceDestroy(long surface);
      public static native short surfaceSetRepeat(long surface, int repeat);





More information about the cairo-commit mailing list