mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-08 20:38:07 +02:00
screensaver: Remove wrong fields from Notify event
This fixes bug #63158: screensaver notify event specification is incorrect https://bugs.freedesktop.org/show_bug.cgi?id=63158 As stated in the bug report the response_type and sequence field will be added automatically while parsing the specification. Additionally, the pad field is wrong. Signed-off-by: Daniel Martin <consume.noise@gmail.com> Signed-off-by: Peter Harris <pharris@opentext.com>
This commit is contained in:
parent
e8af4649ba
commit
a50670c49e
1 changed files with 0 additions and 3 deletions
|
|
@ -113,10 +113,7 @@ Draft Standard Version 1.1
|
|||
<!-- Events -->
|
||||
|
||||
<event name="Notify" number="0">
|
||||
<field type="CARD8" name="code"/>
|
||||
<field type="BYTE" name="state"/> <!-- enum State -->
|
||||
<pad bytes="1" />
|
||||
<field type="CARD16" name="sequence_number"/>
|
||||
<field type="TIMESTAMP" name="time"/>
|
||||
<field type="WINDOW" name="root"/>
|
||||
<field type="WINDOW" name="window"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue