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

Adam Jackson ajax at nwnk.net
Tue Nov 17 12:11:34 PST 2015


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 <keithp at keithp.com>
> ---
>  composite/compalloc.c                   |  4 ++--
>  dix/dixutils.c                          | 14 ++++++--------
>  exa/exa.c                               | 10 ++++------
>  glamor/glamor.c                         |  4 ++--
>  hw/kdrive/src/kdrive.h                  |  6 ++----
>  hw/kdrive/src/kinput.c                  |  4 ++--
>  hw/xfree86/common/xf86VGAarbiter.c      | 10 ++++------
>  hw/xfree86/common/xf86VGAarbiterPriv.h  |  6 ++----
>  hw/xfree86/dri/dri.c                    | 12 ++++--------
>  hw/xfree86/dri/dri.h                    |  7 ++-----
>  hw/xfree86/drivers/modesetting/driver.c |  4 ++--
>  hw/xfree86/modes/xf86Rotate.c           |  5 ++---
>  include/scrnintstr.h                    | 11 +++++++----
>  mi/misprite.c                           |  8 +++-----
>  14 files changed, 44 insertions(+), 61 deletions(-)

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

Technically 12/20 from this series introduces a warning until this
patch, possibly others.  'git rebase -i -x' is nice for automating the
"does it build and not warn" check across a series.

Also some of the change in 19/20 properly belongs in here,
Xext/sleepuntil.c at least.

- ajax


More information about the xorg-devel mailing list