rpms/java-1.6.0-openjdk/devel java-1.6.0-openjdk-x11.patch,1.2,1.3

Lillian Angel langel at fedoraproject.org
Thu Jul 30 16:43:08 UTC 2009


Author: langel

Update of /cvs/pkgs/rpms/java-1.6.0-openjdk/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14325

Modified Files:
	java-1.6.0-openjdk-x11.patch 
Log Message:
Updated patch



java-1.6.0-openjdk-x11.patch:
 awt/awt_GraphicsEnv.h       |    3 ++-
 java2d/x11/X11SurfaceData.h |    7 +++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

Index: java-1.6.0-openjdk-x11.patch
===================================================================
RCS file: /cvs/pkgs/rpms/java-1.6.0-openjdk/devel/java-1.6.0-openjdk-x11.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- java-1.6.0-openjdk-x11.patch	30 Jul 2009 15:42:27 -0000	1.2
+++ java-1.6.0-openjdk-x11.patch	30 Jul 2009 16:43:08 -0000	1.3
@@ -10,3 +10,19 @@
  
  extern int XShmQueryExtension();
  
+--- old/jdk/src/solaris/native/sun/java2d/x11/X11SurfaceData.h	2009-07-30 11:39:44.000000000 -0400
++++ openjdk/jdk/src/solaris/native/sun/java2d/x11/X11SurfaceData.h	2009-07-30 12:40:27.000000000 -0400
+@@ -73,6 +73,13 @@
+ typedef void ReleasePixmapBgFunc(JNIEnv *env,
+                                  X11SDOps *xsdo);
+ 
++typedef struct {
++    ShmSeg shmseg;	/* resource id */
++    int shmid;		/* kernel id */
++    char *shmaddr;	/* address in client */
++    Bool readOnly;	/* how the server should attach it */
++} XShmSegmentInfo;
++
+ 
+ #ifdef MITSHM
+ typedef struct {




More information about the fedora-extras-commits mailing list