Re: [PATCH xserver 18/20] Remove readmask from screen block/wakeup handler

2015-11-23 Thread Keith Packard
Adam Jackson writes: > This is missing hunks for: > > hw/xwin/winwakeup.c > hw/xwin/win.h > hw/xquartz/quartzCocoa.m > hw/xquartz/quartzCommon.h > doc/XInput.xml > doc/Xserver-spec.xml Fixed. > Technically 12/20 from this series introduces a warning until this > patch, possibly

Re: [PATCH xserver 18/20] Remove readmask from screen block/wakeup handler

2015-11-17 Thread Adam Jackson
On Wed, 2015-11-11 at 22:02 -0800, Keith Packard wrote: > With no users of the interface needing the readmask anymore, we can > remove it from the argument passed to these functions. > > Signed-off-by: Keith Packard > --- >  composite/compalloc.c   |  4 ++-- >  

[PATCH xserver 18/20] Remove readmask from screen block/wakeup handler

2015-11-11 Thread Keith Packard
With no users of the interface needing the readmask anymore, we can remove it from the argument passed to these functions. Signed-off-by: Keith Packard --- composite/compalloc.c | 4 ++-- dix/dixutils.c | 14 ++