[xorg-commit-diffs] xc/programs/Xserver/hw/xwin winclipboardxevents.c, 1.1.4.1.2.16, 1.1.4.1.2.17 winwndproc.c, 1.1.4.1.2.17, 1.1.4.1.2.18

Harold L Hunt II xorg-commit at pdx.freedesktop.org
Thu Apr 1 10:20:22 PST 2004


Committed by: harold

Update of /cvs/xorg/xc/programs/Xserver/hw/xwin
In directory pdx:/tmp/cvs-serv6173

Modified Files:
      Tag: CYGWIN
	winclipboardxevents.c winwndproc.c 
Log Message:
Add missing 4.3.0-66 patches. (Lev Bishop)

Index: winclipboardxevents.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xwin/winclipboardxevents.c,v
retrieving revision 1.1.4.1.2.16
retrieving revision 1.1.4.1.2.17
diff -u -d -r1.1.4.1.2.16 -r1.1.4.1.2.17
--- a/winclipboardxevents.c	30 Mar 2004 14:56:46 -0000	1.1.4.1.2.16
+++ b/winclipboardxevents.c	1 Apr 2004 18:20:19 -0000	1.1.4.1.2.17
@@ -129,9 +129,9 @@
 					 event.xselectionrequest.requestor,
 					 event.xselectionrequest.property,
 					 event.xselectionrequest.target,
-					 8,
+					 sizeof (atomTargetArr[0]),
 					 PropModeReplace,
-					 (char *) atomTargetArr,
+					 (unsigned char *) atomTargetArr,
 					 sizeof (atomTargetArr));
 	      if (iReturn == BadAlloc
 		  || iReturn == BadAtom

Index: winwndproc.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xwin/winwndproc.c,v
retrieving revision 1.1.4.1.2.17
retrieving revision 1.1.4.1.2.18
diff -u -d -r1.1.4.1.2.17 -r1.1.4.1.2.18
--- a/winwndproc.c	30 Mar 2004 18:42:28 -0000	1.1.4.1.2.17
+++ b/winwndproc.c	1 Apr 2004 18:20:19 -0000	1.1.4.1.2.18
@@ -294,8 +294,6 @@
 #endif
 	}
 
-
-
       /* Store the new display dimensions and depth */
       if (s_pScreenInfo->fMultipleMonitors)
 	{




More information about the xorg-commit-diffs mailing list