[xorg-commit-diffs]
xc/lib/Xi XGetProp.c, 1.1.4.2, 1.1.4.3 XSelect.c, 1.1.4.2, 1.1.4.3
Egbert Eich
xorg-commit at pdx.freedesktop.org
Thu Apr 15 03:15:09 PDT 2004
- Previous message: [xorg-commit-diffs]
xc/lib/Xft AUTHORS, NONE, 1.1.6.1 COPYING, NONE,
1.1.6.1 ChangeLog, NONE, 1.1.6.1 INSTALL, NONE,
1.1.6.1 Makefile.am, NONE, 1.1.6.1 NEWS, NONE, 1.1.6.1 README,
NONE, 1.1.6.1 Xft.3.in, NONE, 1.1.6.1 aclocal.m4, NONE,
1.1.6.1 autogen.sh, NONE, 1.1.6.1 config.guess, NONE,
1.1.6.1 config.sub, NONE, 1.1.6.1 configure, NONE,
1.1.6.1 configure.ac, NONE, 1.1.6.1 depcomp, NONE,
1.1.6.1 install-sh, NONE, 1.1.6.1 ltmain.sh, NONE,
1.1.6.1 missing, NONE, 1.1.6.1 mkinstalldirs, NONE,
1.1.6.1 Imakefile, 1.1.4.4, 1.1.4.5 Makefile.in, 1.1.4.1,
1.1.4.2 Xft.h, 1.1.4.2, 1.1.4.3 Xft.man, 1.1.4.2,
1.1.4.3 XftCompat.h, 1.1.4.2, 1.1.4.3 config.h.in, 1.1,
1.1.4.1 xft-config.in, 1.1.4.1, 1.1.4.2 xft.pc.in, 1.1.4.1,
1.1.4.2 xftcolor.c, 1.1.4.1, 1.1.4.2 xftcore.c, 1.1.4.2,
1.1.4.3 xftdbg.c, 1.1.4.1, 1.1.4.2 xftdpy.c, 1.1.4.1,
1.1.4.2 xftdraw.c, 1.1.4.2, 1.1.4.3 xftextent.c, 1.1.4.1,
1.1.4.2 xftfont.c, 1.1.4.1, 1.1.4.2 xftfreetype.c, 1.1.4.2,
1.1.4.3 xftglyphs.c, 1.1.4.2, 1.1.4.3 xftinit.c, 1.1.4.1,
1.1.4.2 xftint.h, 1.1.4.1, 1.1.4.2 xftlist.c, 1.1.4.2,
1.1.4.3 xftname.c, 1.1.4.1, 1.1.4.2 xftrender.c, 1.1.4.1,
1.1.4.2 xftstr.c, 1.1.4.1, 1.1.4.2 xftswap.c, 1.1.4.1,
1.1.4.2 xftxlfd.c, 1.1.4.2, 1.1.4.3 XftFreetype.h, 1.1.4.1,
NONE configure.in, 1.1.4.1, NONE xftpat.c, 1.1.4.1, NONE
- Next message: [xorg-commit-diffs] xc/lib/Xrandr Xrandr.man,1.1.4.3,1.1.4.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: eich
Update of /cvs/xorg/xc/lib/Xi
In directory pdx:/home/eich/tstbuild/xc/lib/Xi
Modified Files:
Tag: XORG-CURRENT
XGetProp.c XSelect.c
Log Message:
2004-04-15 Egbert Eich <eich at freedesktop.org>
Merged changes from RELEASE-1 branch
Index: XGetProp.c
===================================================================
RCS file: /cvs/xorg/xc/lib/Xi/XGetProp.c,v
retrieving revision 1.1.4.2
retrieving revision 1.1.4.3
diff -u -d -r1.1.4.2 -r1.1.4.3
--- a/XGetProp.c 5 Mar 2004 13:39:25 -0000 1.1.4.2
+++ b/XGetProp.c 15 Apr 2004 10:15:04 -0000 1.1.4.3
@@ -93,7 +93,7 @@
if (*count)
{
rlen = rep.length << 2;
- list = (XEventClass *) Xmalloc (rlen);
+ list = (XEventClass *) Xmalloc (rep.length * sizeof(XEventClass));
if (list)
{
int i;
Index: XSelect.c
===================================================================
RCS file: /cvs/xorg/xc/lib/Xi/XSelect.c,v
retrieving revision 1.1.4.2
retrieving revision 1.1.4.3
diff -u -d -r1.1.4.2 -r1.1.4.3
--- a/XSelect.c 5 Mar 2004 13:39:25 -0000 1.1.4.2
+++ b/XSelect.c 15 Apr 2004 10:15:04 -0000 1.1.4.3
@@ -86,7 +86,7 @@
statement */
count <<= 2;
- Data (dpy, (char *) event_list, count);
+ Data32 (dpy, (long *) event_list, count);
UnlockDisplay(dpy);
SyncHandle();
- Previous message: [xorg-commit-diffs]
xc/lib/Xft AUTHORS, NONE, 1.1.6.1 COPYING, NONE,
1.1.6.1 ChangeLog, NONE, 1.1.6.1 INSTALL, NONE,
1.1.6.1 Makefile.am, NONE, 1.1.6.1 NEWS, NONE, 1.1.6.1 README,
NONE, 1.1.6.1 Xft.3.in, NONE, 1.1.6.1 aclocal.m4, NONE,
1.1.6.1 autogen.sh, NONE, 1.1.6.1 config.guess, NONE,
1.1.6.1 config.sub, NONE, 1.1.6.1 configure, NONE,
1.1.6.1 configure.ac, NONE, 1.1.6.1 depcomp, NONE,
1.1.6.1 install-sh, NONE, 1.1.6.1 ltmain.sh, NONE,
1.1.6.1 missing, NONE, 1.1.6.1 mkinstalldirs, NONE,
1.1.6.1 Imakefile, 1.1.4.4, 1.1.4.5 Makefile.in, 1.1.4.1,
1.1.4.2 Xft.h, 1.1.4.2, 1.1.4.3 Xft.man, 1.1.4.2,
1.1.4.3 XftCompat.h, 1.1.4.2, 1.1.4.3 config.h.in, 1.1,
1.1.4.1 xft-config.in, 1.1.4.1, 1.1.4.2 xft.pc.in, 1.1.4.1,
1.1.4.2 xftcolor.c, 1.1.4.1, 1.1.4.2 xftcore.c, 1.1.4.2,
1.1.4.3 xftdbg.c, 1.1.4.1, 1.1.4.2 xftdpy.c, 1.1.4.1,
1.1.4.2 xftdraw.c, 1.1.4.2, 1.1.4.3 xftextent.c, 1.1.4.1,
1.1.4.2 xftfont.c, 1.1.4.1, 1.1.4.2 xftfreetype.c, 1.1.4.2,
1.1.4.3 xftglyphs.c, 1.1.4.2, 1.1.4.3 xftinit.c, 1.1.4.1,
1.1.4.2 xftint.h, 1.1.4.1, 1.1.4.2 xftlist.c, 1.1.4.2,
1.1.4.3 xftname.c, 1.1.4.1, 1.1.4.2 xftrender.c, 1.1.4.1,
1.1.4.2 xftstr.c, 1.1.4.1, 1.1.4.2 xftswap.c, 1.1.4.1,
1.1.4.2 xftxlfd.c, 1.1.4.2, 1.1.4.3 XftFreetype.h, 1.1.4.1,
NONE configure.in, 1.1.4.1, NONE xftpat.c, 1.1.4.1, NONE
- Next message: [xorg-commit-diffs] xc/lib/Xrandr Xrandr.man,1.1.4.3,1.1.4.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xorg-commit-diffs
mailing list