[PATCH xf86-input-mouse] Fix compilation error with EXTMOUSEDEBUG on
Alan Coopersmith
alan.coopersmith at oracle.com
Wed Aug 15 06:14:41 PDT 2012
On 08/14/12 11:00 PM, Peter Hutterer wrote:
> pInfo->atom was removed in xorg-server-1.9.0-26-g9802cca
>
> Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
> ---
> src/mouse.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/src/mouse.c b/src/mouse.c
> index c7aa734..5e397ce 100644
> --- a/src/mouse.c
> +++ b/src/mouse.c
> @@ -1723,8 +1723,7 @@ MouseProc(DeviceIntPtr device, int what)
> xf86InitValuatorDefaults(device, 1);
>
> #ifdef EXTMOUSEDEBUG
> - ErrorF("assigning %p atom=%d name=%s\n", device, pInfo->atom,
> - pInfo->name);
> + ErrorF("assigning %p name=%s\n", device, pInfo->name);
> #endif
> MouseInitProperties(device);
> break;
Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
--
-Alan Coopersmith- alan.coopersmith at oracle.com
Oracle Solaris Engineering - http://blogs.oracle.com/alanc
More information about the xorg-devel
mailing list