mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-21 00:30:04 +01:00
Xserver-spec: Update lists of macros
LOOKUP_DRAWABLE & VERIFY_GC are no longer in dix.h, but WriteReplyToClient & WriteSwappedDataToClient are. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Julien Cristau <jcristau@debian.org> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
parent
de518c8f37
commit
a410bf5379
1 changed files with 2 additions and 1 deletions
|
|
@ -588,8 +588,9 @@ used here which takes the minor opcode from the normal place in the request
|
||||||
There are a number of macros in Xserver/include/dix.h which
|
There are a number of macros in Xserver/include/dix.h which
|
||||||
are useful to the extension writer. Ones of particular interest
|
are useful to the extension writer. Ones of particular interest
|
||||||
are: REQUEST, REQUEST_SIZE_MATCH, REQUEST_AT_LEAST_SIZE,
|
are: REQUEST, REQUEST_SIZE_MATCH, REQUEST_AT_LEAST_SIZE,
|
||||||
REQUEST_FIXED_SIZE, LEGAL_NEW_RESOURCE, LOOKUP_DRAWABLE, VERIFY_GC, and
|
REQUEST_FIXED_SIZE, LEGAL_NEW_RESOURCE, and
|
||||||
VALIDATE_DRAWABLE_AND_GC. Useful byte swapping macros can be found
|
VALIDATE_DRAWABLE_AND_GC. Useful byte swapping macros can be found
|
||||||
|
in Xserver/include/dix.h: WriteReplyToClient and WriteSwappedDataToClient; and
|
||||||
in Xserver/include/misc.h: lswapl, lswaps, LengthRestB, LengthRestS,
|
in Xserver/include/misc.h: lswapl, lswaps, LengthRestB, LengthRestS,
|
||||||
LengthRestL, SwapRestS, SwapRestL, swapl, swaps, cpswapl, and cpswaps.</para>
|
LengthRestL, SwapRestS, SwapRestL, swapl, swaps, cpswapl, and cpswaps.</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue