Re: [PATCH xserver 23/24] Remove readmask from screen block/wakeup handler

2015-09-21 Thread Mark Kettenis
> From: Keith Packard > Date: Mon, 21 Sep 2015 12:06:22 +0100 > > Mark Kettenis writes: > > > This, of course, has impact on pretty much all the drivers. Many use > > compat-api.h and could probably be fixed by adding an additional > > stanza there. But somebody still needs to do that work. >

Re: [PATCH xserver 23/24] Remove readmask from screen block/wakeup handler

2015-09-21 Thread Keith Packard
Mark Kettenis writes: > This, of course, has impact on pretty much all the drivers. Many use > compat-api.h and could probably be fixed by adding an additional > stanza there. But somebody still needs to do that work. A few actually use the block and wakeup handlers to manage additional file d

Re: [PATCH xserver 23/24] Remove readmask from screen block/wakeup handler

2015-09-21 Thread Mark Kettenis
> From: Keith Packard > Date: Mon, 21 Sep 2015 07:16:34 +0100 > > 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 This, of course, has impact on pretty much all the drivers. Many use

[PATCH xserver 23/24] Remove readmask from screen block/wakeup handler

2015-09-20 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 ++ exa/exa.c