mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-08 21:48:05 +02:00
Add missing XSync error codes
Link: 9d5e1d1dc1/specs/xextproto/sync.xml (L1014-1041)
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
4d2879ad9e
commit
e708fe4933
1 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,10 @@ for licensing information.
|
|||
major-version="3" minor-version="1">
|
||||
<import>xproto</import>
|
||||
|
||||
<error name="BadCounter" number="0" />
|
||||
<error name="BadAlarm" number="1" />
|
||||
<error name="BadFence" number="2" />
|
||||
|
||||
<xidtype name="ALARM" />
|
||||
|
||||
<enum name="ALARMSTATE">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue