[PATCH xf86-input-vmmouse 2/2] InputDriverRec cleanup.

Thomas Hellstrom thellstrom at shipmail.org
Mon Oct 18 23:28:22 PDT 2010


On 10/19/2010 01:15 AM, Peter Hutterer wrote:
> On Mon, Oct 18, 2010 at 12:12:18PM -0400, Trevor Woerner wrote:
>    
>> From: Trevor Woerner<twoerner at gmail.com>
>>
>> The InputDriverRec data structure no longer includes the refCount member.
>>
>> Signed-off-by: Trevor Woerner<twoerner at gmail.com>
>>      
> Reviewed-by: Peter Hutterer<peter.hutterer at who-t.net>
>
>    

Nak, in its current form.

Same thing here. We need a conditional define to make sure it compiles 
on older servers.
Please let me know if you intend to respin, Otherwise I'll do it.

/Thomas


>    
>> ---
>>   src/vmmouse.c |    3 +--
>>   1 files changed, 1 insertions(+), 2 deletions(-)
>>
>> diff --git a/src/vmmouse.c b/src/vmmouse.c
>> index 1154762..91e0c24 100644
>> --- a/src/vmmouse.c
>> +++ b/src/vmmouse.c
>> @@ -198,8 +198,7 @@ InputDriverRec VMMOUSE = {
>>      NULL,
>>      VMMousePreInit,
>>      VMMouseUnInit,
>> -   NULL,
>> -   0
>> +   NULL
>>   };
>>
>>   static char reverseMap[32] = { 0,  4,  2,  6,  1,  5,  3,  7,
>> -- 
>> 1.7.3.1.104.gc752e
>>      



More information about the xorg-devel mailing list