[xorg-commit-diffs] xc/programs/Xserver/GL/glx single2.c, 1.1.6.1,
1.1.6.2
Alexander Gottwald
xorg-commit at pdx.freedesktop.org
Tue Mar 30 13:31:18 PST 2004
- Previous message: [xorg-commit-diffs] xc CHANGELOG-RELEASE-1,1.1.4.3,1.1.4.4
- Next message: [xorg-commit-diffs] xc/programs/Xserver/hw/xfree86/doc/sgml
BUILD.sgml, 1.1.4.2.2.3, 1.1.4.2.2.4 DECtga.sgml, 1.1.4.1.2.2,
1.1.4.1.2.3 Darwin.sgml, 1.1.6.3, 1.1.6.4 I128.sgml, 1.1.6.3,
1.1.6.4 Install.sgml, 1.1.6.3, 1.1.6.4 LynxOS.sgml,
1.1.4.1.2.3, 1.1.4.1.2.4 NetBSD.sgml, 1.1.4.1.2.2,
1.1.4.1.2.3 OS2Notes.sgml, 1.1.6.3, 1.1.6.4 OpenBSD.sgml,
1.1.4.1.2.2, 1.1.4.1.2.3 README.sgml, 1.1.4.2.2.2,
1.1.4.2.2.3 RELNOTES.sgml, 1.1.4.1.2.3, 1.1.4.1.2.4 SCO.sgml,
1.1.4.1.2.2, 1.1.4.1.2.3 SiS.sgml, 1.1.4.2.2.2,
1.1.4.2.2.3 Solaris.sgml, 1.1.6.2, 1.1.6.3 Status.sgml,
1.1.6.2, 1.1.6.3 Versions.sgml, 1.1.6.3,
1.1.6.4 XKB-Config.sgml, 1.1.4.1.2.2,
1.1.4.1.2.3 XKB-Enhancing.sgml, 1.1.6.2, 1.1.6.3 apm.sgml,
1.1.4.2.2.2, 1.1.4.2.2.3 chips.sgml, 1.1.4.1.2.3,
1.1.4.1.2.4 cyrix.sgml, 1.1.6.3, 1.1.6.4 dps.sgml, 1.1.6.3,
1.1.6.4 fonts.sgml, 1.1.4.1.2.3, 1.1.4.1.2.4 i740.sgml,
1.1.6.3, 1.1.6.4 mouse.sgml, 1.1.4.1.2.3,
1.1.4.1.2.4 newport.sgml, 1.1.4.1.2.2, 1.1.4.1.2.3 r128.sgml,
1.1.6.3, 1.1.6.4 rendition.sgml, 1.1.4.1.2.3,
1.1.4.1.2.4 s3virge.sgml, 1.1.6.2, 1.1.6.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: ago
Update of /cvs/xorg/xc/programs/Xserver/GL/glx
In directory pdx:/home/ago/xc/programs/Xserver/GL/glx
Modified Files:
Tag: CYGWIN
single2.c
Log Message:
Merge with XORG-RELEASE-1 (68)
Index: single2.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/GL/glx/single2.c,v
retrieving revision 1.1.6.1
retrieving revision 1.1.6.2
diff -u -d -r1.1.6.1 -r1.1.6.2
--- a/single2.c 17 Mar 2004 20:29:53 -0000 1.1.6.1
+++ b/single2.c 30 Mar 2004 21:31:03 -0000 1.1.6.2
@@ -344,7 +344,7 @@
if ( atof( string ) > atof( GLServerVersion ) ) {
buf = __glXMalloc( __glXStrlen( string )
+ __glXStrlen( GLServerVersion )
- + 3 );
+ + 4 );
if ( buf == NULL ) {
string = GLServerVersion;
}
- Previous message: [xorg-commit-diffs] xc CHANGELOG-RELEASE-1,1.1.4.3,1.1.4.4
- Next message: [xorg-commit-diffs] xc/programs/Xserver/hw/xfree86/doc/sgml
BUILD.sgml, 1.1.4.2.2.3, 1.1.4.2.2.4 DECtga.sgml, 1.1.4.1.2.2,
1.1.4.1.2.3 Darwin.sgml, 1.1.6.3, 1.1.6.4 I128.sgml, 1.1.6.3,
1.1.6.4 Install.sgml, 1.1.6.3, 1.1.6.4 LynxOS.sgml,
1.1.4.1.2.3, 1.1.4.1.2.4 NetBSD.sgml, 1.1.4.1.2.2,
1.1.4.1.2.3 OS2Notes.sgml, 1.1.6.3, 1.1.6.4 OpenBSD.sgml,
1.1.4.1.2.2, 1.1.4.1.2.3 README.sgml, 1.1.4.2.2.2,
1.1.4.2.2.3 RELNOTES.sgml, 1.1.4.1.2.3, 1.1.4.1.2.4 SCO.sgml,
1.1.4.1.2.2, 1.1.4.1.2.3 SiS.sgml, 1.1.4.2.2.2,
1.1.4.2.2.3 Solaris.sgml, 1.1.6.2, 1.1.6.3 Status.sgml,
1.1.6.2, 1.1.6.3 Versions.sgml, 1.1.6.3,
1.1.6.4 XKB-Config.sgml, 1.1.4.1.2.2,
1.1.4.1.2.3 XKB-Enhancing.sgml, 1.1.6.2, 1.1.6.3 apm.sgml,
1.1.4.2.2.2, 1.1.4.2.2.3 chips.sgml, 1.1.4.1.2.3,
1.1.4.1.2.4 cyrix.sgml, 1.1.6.3, 1.1.6.4 dps.sgml, 1.1.6.3,
1.1.6.4 fonts.sgml, 1.1.4.1.2.3, 1.1.4.1.2.4 i740.sgml,
1.1.6.3, 1.1.6.4 mouse.sgml, 1.1.4.1.2.3,
1.1.4.1.2.4 newport.sgml, 1.1.4.1.2.2, 1.1.4.1.2.3 r128.sgml,
1.1.6.3, 1.1.6.4 rendition.sgml, 1.1.4.1.2.3,
1.1.4.1.2.4 s3virge.sgml, 1.1.6.2, 1.1.6.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xorg-commit-diffs
mailing list