From 4d2879ad9e394ff832762e8961eca9415cc9934c Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 29 Sep 2024 11:39:34 -0700 Subject: [PATCH] Update links to use gitlab instead of cgit & cvs Signed-off-by: Alan Coopersmith Part-of: --- doc/xml-xcb.txt | 2 +- src/glx.xml | 4 ++-- src/xinput.xml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/xml-xcb.txt b/doc/xml-xcb.txt index baef734..156275d 100644 --- a/doc/xml-xcb.txt +++ b/doc/xml-xcb.txt @@ -19,7 +19,7 @@ xcb.xsd An XML Schema defining the data format for describing the X Generating C bindings ===================== -See libxcb . +See libxcb . Protocol Description Format diff --git a/src/glx.xml b/src/glx.xml index 9abfc5b..0b0e968 100644 --- a/src/glx.xml +++ b/src/glx.xml @@ -40,8 +40,8 @@ but on broken servers the "* 2" was missing. A workaround that is correct for all implementations is to rewrite the length field on receipt on the client side, using the expression above. -The patch that fixed this server bug in X.org CVS is here: - http://cvs.freedesktop.org/xorg/xserver/xorg/GL/glx/glxcmds.c?r1=1.6&r2=1.7 +The patch that fixed this server bug in X.org is here: + https://gitlab.freedesktop.org/xorg/xserver/-/commit/baa99be190c51b533 --> 7 --> @@ -2700,15 +2700,15 @@ authorization from the authors. -- 2.11.4.GIT