[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
- Previous message: [xorg-commit-diffs] xc/programs/Xserver/hw/xfree86/doc BUILD,
1.1.4.2.2.2, 1.1.4.2.2.3 Install, 1.1.4.1.2.2,
1.1.4.1.2.3 LICENSE, 1.1.4.1.2.2, 1.1.4.1.2.3 OS2.Notes,
1.1.4.2.2.2, 1.1.4.2.2.3 README, 1.1.4.2.2.2,
1.1.4.2.2.3 README.DECtga, 1.1.4.2.2.2,
1.1.4.2.2.3 README.Darwin, 1.1.4.1.2.2,
1.1.4.1.2.3 README.I128, 1.1.4.1.2.2,
1.1.4.1.2.3 README.LynxOS, 1.1.4.2.2.2,
1.1.4.2.2.3 README.NetBSD, 1.1.4.2.2.2,
1.1.4.2.2.3 README.OpenBSD, 1.1.4.2.2.2,
1.1.4.2.2.3 README.SCO, 1.1.4.2.2.2, 1.1.4.2.2.3 README.SiS,
1.1.4.2.2.2, 1.1.4.2.2.3 README.Solaris, 1.1.4.1.2.2,
1.1.4.1.2.3 README.XKB-Config, 1.1.4.1.2.2,
1.1.4.1.2.3 README.XKB-Enhancing, 1.1.4.1.2.2,
1.1.4.1.2.3 README.apm, 1.1.4.2.2.2, 1.1.4.2.2.3 README.chips,
1.1.4.2.2.2, 1.1.4.2.2.3 README.cyrix, 1.1.4.1.2.2,
1.1.4.1.2.3 README.dps, 1.1.4.1.2.2, 1.1.4.1.2.3 README.fonts,
1.1.4.1.2.2, 1.1.4.1.2.3 README.i740, 1.1.4.1.2.2,
1.1.4.1.2.3 README.mouse, 1.1.4.2.2.2,
1.1.4.2.2.3 README.newport, 1.1.4.1.2.2,
1.1.4.1.2.3 README.r128, 1.1.4.1.2.2,
1.1.4.1.2.3 README.rendition, 1.1.4.1.2.2,
1.1.4.1.2.3 README.s3virge, 1.1.4.1.2.2, 1.1.4.1.2.3 RELNOTES,
1.1.4.2.2.2, 1.1.4.2.2.3 Versions, 1.1.4.1.2.2, 1.1.4.1.2.3
- Next message: [xorg-commit-diffs] xc/programs/Xserver Imakefile, 1.1.4.2.2.8,
1.1.4.2.2.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)
{
- Previous message: [xorg-commit-diffs] xc/programs/Xserver/hw/xfree86/doc BUILD,
1.1.4.2.2.2, 1.1.4.2.2.3 Install, 1.1.4.1.2.2,
1.1.4.1.2.3 LICENSE, 1.1.4.1.2.2, 1.1.4.1.2.3 OS2.Notes,
1.1.4.2.2.2, 1.1.4.2.2.3 README, 1.1.4.2.2.2,
1.1.4.2.2.3 README.DECtga, 1.1.4.2.2.2,
1.1.4.2.2.3 README.Darwin, 1.1.4.1.2.2,
1.1.4.1.2.3 README.I128, 1.1.4.1.2.2,
1.1.4.1.2.3 README.LynxOS, 1.1.4.2.2.2,
1.1.4.2.2.3 README.NetBSD, 1.1.4.2.2.2,
1.1.4.2.2.3 README.OpenBSD, 1.1.4.2.2.2,
1.1.4.2.2.3 README.SCO, 1.1.4.2.2.2, 1.1.4.2.2.3 README.SiS,
1.1.4.2.2.2, 1.1.4.2.2.3 README.Solaris, 1.1.4.1.2.2,
1.1.4.1.2.3 README.XKB-Config, 1.1.4.1.2.2,
1.1.4.1.2.3 README.XKB-Enhancing, 1.1.4.1.2.2,
1.1.4.1.2.3 README.apm, 1.1.4.2.2.2, 1.1.4.2.2.3 README.chips,
1.1.4.2.2.2, 1.1.4.2.2.3 README.cyrix, 1.1.4.1.2.2,
1.1.4.1.2.3 README.dps, 1.1.4.1.2.2, 1.1.4.1.2.3 README.fonts,
1.1.4.1.2.2, 1.1.4.1.2.3 README.i740, 1.1.4.1.2.2,
1.1.4.1.2.3 README.mouse, 1.1.4.2.2.2,
1.1.4.2.2.3 README.newport, 1.1.4.1.2.2,
1.1.4.1.2.3 README.r128, 1.1.4.1.2.2,
1.1.4.1.2.3 README.rendition, 1.1.4.1.2.2,
1.1.4.1.2.3 README.s3virge, 1.1.4.1.2.2, 1.1.4.1.2.3 RELNOTES,
1.1.4.2.2.2, 1.1.4.2.2.3 Versions, 1.1.4.1.2.2, 1.1.4.1.2.3
- Next message: [xorg-commit-diffs] xc/programs/Xserver Imakefile, 1.1.4.2.2.8,
1.1.4.2.2.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xorg-commit-diffs
mailing list