summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/xml-xcb.txt2
-rw-r--r--src/glx.xml4
-rw-r--r--src/xinput.xml12
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 <http://cgit.freedesktop.org/xcb/libxcb/>.
+See libxcb <https://gitlab.freedesktop.org/xorg/lib/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
-->
<xcb header="glx" extension-xname="GLX" extension-name="Glx"
diff --git a/src/xinput.xml b/src/xinput.xml
index 7f4074e..24858bb 100644
--- a/src/xinput.xml
+++ b/src/xinput.xml
@@ -28,8 +28,8 @@ authorization from the authors.
-->
<!-- Specifications:
- http://cgit.freedesktop.org/xorg/proto/inputproto/tree/specs/XIproto.txt
- http://cgit.freedesktop.org/xorg/proto/inputproto/tree/specs/XI2proto.txt
+ https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/blob/master/specs/XIproto.txt
+ https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/blob/master/specs/XI2proto.txt
-->
<xcb header="xinput" extension-xname="XInputExtension" extension-name="Input"
@@ -96,7 +96,7 @@ authorization from the authors.
Even the creation of that fake class has been dropped
from libXi in 2009 by the following change:
- http://cgit.freedesktop.org/xorg/lib/libXi/commit/?id=62858c426e6de1b99df660251737233afd335302
+ https://gitlab.freedesktop.org/xorg/lib/libxi/-/commit/62858c426e6de1b99df660251737233afd335302
<item name="Attach"> <value>7</value> </item>
-->
@@ -2700,15 +2700,15 @@ authorization from the authors.
<!-- We need not allow the newer events which are based on
the GenericEvent extension:
The wire-protocol-spec
- https://cgit.freedesktop.org/xorg/lib/libXi/tree/specs/encoding.xml?idĺibXi-1.7.9#n1793
+ https://gitlab.freedesktop.org/xorg/lib/libxi/-/blob/libXi-1.7.9/specs/encoding.xml?ref_type=tags#L1793
only allows fixed sized events, which seems
to rule out GenericEvent.
The xlib-implementation also assumes fixed-sized events.
- https://cgit.freedesktop.org/xorg/lib/libXi/tree/src/XSndExEv.c?id=libXi-1.7.9#n106
+ https://gitlab.freedesktop.org/xorg/lib/libxi/-/blob/libXi-1.7.9/src/XSndExEv.c?ref_type=tag#L106
The Xserver also allows only non-GE events:
- https:g/xorg/xserver/tree/Xi/sendexev.c?id=xorg-server-1.19.1#n144
+ https://gitlab.freedesktop.org/xorg/xserver/-/blob/xorg-server-1.19.1/Xi/sendexev.c?ref_type=tag#L144
-->
</eventstruct>