xorg/xserver: [PATCH] Janitor: change include/xkbsrv.h include guard symbol.
Paulo César Pereira de Andrade
pcpa at mandriva.com.br
Wed Feb 4 14:51:59 PST 2009
Peter Hutterer wrote:
> On Wed, Feb 04, 2009 at 07:05:42PM -0200, Paulo César Pereira de Andrade
> wrote:
>> From 2e2ba17bbc5ef92fd52a85b53341651d79411332 Mon Sep 17 00:00:00 2001
>> From: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
>> Date: Wed, 4 Feb 2009 18:33:57 -0200
>> Subject: [PATCH] Janitor: change include/xkbsrv.h include guard symbol.
>>
>> It conflicts with <X11/extensions/XKBsrv.h>.
>>
>> This is a minor "cosmetic" patch, as only a few input modules
>> should want to include both files.
>
>
> which ones? The drivers shouldn't use the client-side headers.
Afaik, only xf86-driver-joystick, and only if applying my patch
for it (it needs prototype for XkbGetRulesDflts for the code
under #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 5
> Cheers,
> Peter
>
>> Signed-off-by: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
>> ---
>> include/xkbsrv.h | 6 +++---
>> 1 files changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/include/xkbsrv.h b/include/xkbsrv.h
>> index 4497220..d6d8995 100644
>> --- a/include/xkbsrv.h
>> +++ b/include/xkbsrv.h
>> @@ -24,8 +24,8 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
>>
>> ********************************************************/
>>
>> -#ifndef _XKBSRV_H_
>> -#define _XKBSRV_H_
>> +#ifndef _xkbsrv_h
>> +#define _xkbsrv_h
>>
>> #define XkbAllocClientMap SrvXkbAllocClientMap
>> #define XkbAllocServerMap SrvXkbAllocServerMap
>> @@ -1002,4 +1002,4 @@ _XFUNCPROTOEND
>>
>> #define XkbAtomGetString(s) NameForAtom(s)
>>
>> -#endif /* _XKBSRV_H_ */
>> +#endif /* _xkbsrv_h */
>> --
>> 1.6.1
Paulo
More information about the xorg
mailing list