[PATCH] xquartz: add missing CloseInput.

Jeremy Huddleston jeremyhu at apple.com
Mon Feb 15 16:52:22 PST 2010


No worries.  This is why it's great to be living on master.

I've got this change already in my pull-request (just sent), so Keith, you can just pull my branch and we should be good.

Thanks,
Jeremy

On Feb 15, 2010, at 16:24, Peter Hutterer wrote:

> Missing from d33adcdf03c69407d151e732fa0cf9947151eb19.
> 
> Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
> ---
> Sorry, Jeremy.
> 
> hw/xquartz/darwin.c |    4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/hw/xquartz/darwin.c b/hw/xquartz/darwin.c
> index 3feacdc..572de54 100644
> --- a/hw/xquartz/darwin.c
> +++ b/hw/xquartz/darwin.c
> @@ -502,6 +502,10 @@ void InitInput( int argc, char **argv )
>     QuartzInitInput(argc, argv);
> }
> 
> +void CloseInput(void)
> +{
> +}
> +
> 
> /*
>  * DarwinAdjustScreenOrigins
> -- 
> 1.6.6.1
> _______________________________________________
> xorg-devel mailing list
> xorg-devel at lists.x.org
> http://lists.x.org/mailman/listinfo/xorg-devel



More information about the xorg-devel mailing list