Hi,

On 22 October 2011 00:18, Jeremy Huddleston <jerem...@apple.com> wrote:
> I'm confused by the comment, "and just using master" ... because the 
> prototype changes:
>
>> -XISendDeviceChangedEvent(DeviceIntPtr device, DeviceIntPtr master, 
>> DeviceChangedEvent *dce)
>> +XISendDeviceChangedEvent(DeviceIntPtr device, DeviceChangedEvent *dce)
>
> which seems like you were just using device...

Ish.  Only master was used inside the function, and all the callers
were changed to remove the first argument, so the result is the same
as removing the 'device' argument, and then later renaming master to
device.

Cheers,
Daniel
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to