mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2025-12-20 04:40:09 +01:00
screensaver: Use CARD32 encoding for ScreenSaverSuspend 'suspend'
This was set to BOOL, but the protocol headers used Bool, presumably a 32-bit type. We're switching everything to CARD32 as the best option for compatibility. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Mihai Moldovan <ionic@ionic.de>
This commit is contained in:
parent
94228cde97
commit
55c7baa5e9
1 changed files with 1 additions and 2 deletions
|
|
@ -168,8 +168,7 @@ Draft Standard Version 1.1
|
|||
|
||||
<!-- version 1.1 -->
|
||||
<request name="Suspend" opcode="5">
|
||||
<field type="BOOL" name="suspend" />
|
||||
<pad bytes="3" />
|
||||
<field type="CARD32" name="suspend" />
|
||||
</request>
|
||||
|
||||
<!-- Events -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue