Re: [Xcb] [PATCH xcb/proto] screensaver: Use CARD32 encoding for ScreenSaverSuspend 'suspend'

2018-03-28 Thread Uli Schlachter
Ah, that explains why Keith pushed a patch on 14th that was never on the mailing list. (= This patch is already merged.) Oh and while we are at it: I cannot find the exact definition of the struct that the X server uses for this, but it definitely only compares the "suspend" member of the

Re: [PATCH xcb/proto] screensaver: Use CARD32 encoding for ScreenSaverSuspend 'suspend'

2018-03-20 Thread Julien Cristau
I think this belongs on xcb@. Cheers, Julien On Mon, Mar 12, 2018 at 12:03:19 -0700, Keith Packard wrote: > 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:

[PATCH xcb/proto] screensaver: Use CARD32 encoding for ScreenSaverSuspend 'suspend'

2018-03-12 Thread Keith Packard
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 --- src/screensaver.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff