diff options
author | Keith Packard <keithp@keithp.com> | 2018-03-12 11:57:12 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-03-14 10:19:19 -0700 |
commit | 702d2eaecd00e2a943e883b8f683ec9fb79a0652 (patch) | |
tree | e5005ff7ee4ff119ec7478604de5590a98858b9f /scrnsaverproto.pc.in | |
parent | bac7b0b421115448516da4b6214f07851dc7cdeb (diff) |
screensaver: Fix encoding of ScreenSaverSuspend 'suspend' element
Was using Bool, which is not a defined X protocol encoding type and
has presumably been a 32-bit type. Switch to a CARD32 to be compatible
while at least being well defined.
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Mihai Moldovan <ionic@ionic.de>
Diffstat (limited to 'scrnsaverproto.pc.in')
-rw-r--r-- | scrnsaverproto.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scrnsaverproto.pc.in b/scrnsaverproto.pc.in index 6556a2c..c58a47a 100644 --- a/scrnsaverproto.pc.in +++ b/scrnsaverproto.pc.in @@ -5,5 +5,5 @@ includedir=@includedir@ Name: ScrnSaverProto Description: ScrnSaver extension headers -Version: 1.2.2 +Version: 1.2.3 Cflags: -I${includedir} |