mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2025-12-20 07:00:11 +01:00
Update links to use gitlab instead of cgit & cvs
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/proto/xcbproto/-/merge_requests/50>
This commit is contained in:
parent
77d7fc04da
commit
4d2879ad9e
3 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue