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 <[email protected]> > --- > 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 <[email protected]> -- -Alan Coopersmith- [email protected] Oracle Solaris Engineering - http://blogs.oracle.com/alanc _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
