rpms/xorg-x11-server/devel xorg-x11-server-1.1.1-graphics-expose.patch, 1.4, 1.5

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Oct 5 03:41:40 UTC 2006


Author: sandmann

Update of /cvs/dist/rpms/xorg-x11-server/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19957

Modified Files:
	xorg-x11-server-1.1.1-graphics-expose.patch 
Log Message:
Include mi.h in graphics-expose.patch

xorg-x11-server-1.1.1-graphics-expose.patch:
 cw_ops.c |   37 ++++++++++++++++++++-----------------
 1 files changed, 20 insertions(+), 17 deletions(-)

Index: xorg-x11-server-1.1.1-graphics-expose.patch
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-server/devel/xorg-x11-server-1.1.1-graphics-expose.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xorg-x11-server-1.1.1-graphics-expose.patch	5 Oct 2006 03:24:45 -0000	1.4
+++ xorg-x11-server-1.1.1-graphics-expose.patch	5 Oct 2006 03:41:36 -0000	1.5
@@ -1,6 +1,14 @@
 --- xorg-server-1.1.1/miext/cw/cw_ops.c.graphics-expose	2006-07-05 20:23:57.000000000 -0400
-+++ xorg-server-1.1.1/miext/cw/cw_ops.c	2006-10-04 23:23:39.000000000 -0400
-@@ -185,7 +185,7 @@
++++ xorg-server-1.1.1/miext/cw/cw_ops.c	2006-10-04 23:27:25.000000000 -0400
+@@ -30,6 +30,7 @@
+ #include "gcstruct.h"
+ #include "pixmapstr.h"
+ #include "cw.h"
++#include "mi.h"
+ 
+ #define SETUP_BACKING_DST(_pDst, _pGC) \
+     cwGCPtr pGCPrivate = getCwGC (_pGC); \
+@@ -185,7 +186,7 @@
  	   int w, int h, int dstx, int dsty)
  {
      int		odstx, odsty;
@@ -9,7 +17,7 @@
      SETUP_BACKING_DST(pDst, pGC);
      SETUP_BACKING_SRC(pSrc, pGC);
  
-@@ -193,19 +193,20 @@
+@@ -193,19 +194,20 @@
  
      odstx = dstx;
      odsty = dsty;
@@ -38,7 +46,7 @@
  }
  
  static RegionPtr
-@@ -213,7 +214,7 @@
+@@ -213,7 +215,7 @@
  	    int w, int h, int dstx, int dsty, unsigned long plane)
  {
      int		odstx, odsty;
@@ -47,7 +55,7 @@
      SETUP_BACKING_DST(pDst, pGC);
      SETUP_BACKING_SRC(pSrc, pGC);
  
-@@ -221,19 +222,20 @@
+@@ -221,19 +223,20 @@
  
      odstx = dstx;
      odsty = dsty;




More information about the fedora-cvs-commits mailing list