[RFC XI 2.1 - xinput 2/3] Zero out entire mask when selecting for raw events
Chase Douglas
chase.douglas at canonical.com
Wed Nov 17 07:31:42 PST 2010
On 11/17/2010 12:24 AM, Peter Hutterer wrote:
> On Fri, Nov 12, 2010 at 05:35:16PM -0500, Chase Douglas wrote:
>> From: Chase Douglas <chase.douglas at ubuntu.com>
>>
>> Signed-off-by: Chase Douglas <chase.douglas at canonical.com>
>> ---
>> src/test_xi2.c | 2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/src/test_xi2.c b/src/test_xi2.c
>> index fea36a8..30bb0fa 100644
>> --- a/src/test_xi2.c
>> +++ b/src/test_xi2.c
>> @@ -339,7 +339,7 @@ test_xi2(Display *display,
>> }
>>
>> mask.deviceid = XIAllMasterDevices;
>> - memset(mask.mask, 0, 2);
>> + memset(mask.mask, 0, mask.mask_len);
>
> shouldn't the same be done for the XIGrabModifiers path about 15 lines up
> for consistency?
Yep, I just missed it. I'll resend.
Thanks,
-- Chase
More information about the xorg-devel
mailing list