mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-06 04:28:30 +02:00
Document QueryFilters
QueryFilters had no documentation. Document it, in particular how to interpret the 'aliases' field.
This commit is contained in:
parent
b9f7501606
commit
da705f9329
1 changed files with 7 additions and 1 deletions
|
|
@ -567,7 +567,13 @@ QueryFilters
|
|||
filters: LISTofSTRING8
|
||||
aliases: LISTofCARD16
|
||||
|
||||
|
||||
This request gets the names of available filters that can be used on the
|
||||
given drawable. Filters are applied using a SetPictureFilter request.
|
||||
|
||||
'aliases' contains a value for each filter name which is the index into
|
||||
'filters' if this name is an alias. Non-aliased filter have this value
|
||||
set to 0xFFFF.
|
||||
|
||||
14. Extension Requests
|
||||
|
||||
CreatePicture
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue