[PATCH] Add flags argument to kdrive's DeleteInputDeviceRequest.
Peter Hutterer
peter.hutterer at who-t.net
Wed May 26 13:28:40 PDT 2010
On Tue, May 25, 2010 at 10:48:46PM -0700, Jamey Sharp wrote:
> Makes kdrive build again after 531ff40301975519af7b20109c17d296312d3f2b.
>
> Signed-off-by: Jamey Sharp <jamey at minilop.net>
> Cc: Peter Hutterer <peter.hutterer at who-t.net>
thanks, but no. this commit needs to be reverted, it doesn't solve the
problem at hand (or it does so in the wrong manner).
Keith, please revert 531ff40301975519af7b20109c17d296312d3f2b.
as I said in the patch email: "Keith, don't take this patch please."
what happened to the "we need to CC the RM to get a patch into master"?
I have to play catch up lately to keep up with the input patches you're
merging. It's rather hard to get a tree together, tested and then pulled
if 80% of the patches are already merged.
Cheers,
Peter
> ---
> hw/kdrive/src/kinput.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/hw/kdrive/src/kinput.c b/hw/kdrive/src/kinput.c
> index 4024758..fcc339b 100644
> --- a/hw/kdrive/src/kinput.c
> +++ b/hw/kdrive/src/kinput.c
> @@ -2354,7 +2354,7 @@ NewInputDeviceRequest(InputOption *options, InputAttributes *attrs,
> }
>
> void
> -DeleteInputDeviceRequest(DeviceIntPtr pDev)
> +DeleteInputDeviceRequest(DeviceIntPtr pDev, int flags)
> {
> RemoveDevice(pDev, TRUE);
> }
> --
> 1.7.0
>
More information about the xorg-devel
mailing list