[PATCH 08/44] Bunch of DMX warning fixes

Adam Jackson ajax at nwnk.net
Fri Dec 13 09:11:32 PST 2013


On Wed, 2013-12-11 at 12:23 -0800, Keith Packard wrote:

> diff --git a/hw/dmx/dmxclient.h b/hw/dmx/dmxclient.h
> index 19dfdbe..dd580c4 100644
> --- a/hw/dmx/dmxclient.h
> +++ b/hw/dmx/dmxclient.h
> @@ -118,6 +118,7 @@ typedef XID KeySym64;
>  #undef KeySym
>  #endif
>  
> +#if 0
>  /* These are in exglobals.h, but that conflicts with xkbsrv.h */
>  extern int ProximityIn;
>  extern int ProximityOut;
> @@ -128,6 +129,7 @@ extern int DeviceFocusOut;
>  extern int DeviceStateNotify;
>  extern int DeviceMappingNotify;
>  extern int ChangeDeviceNotify;
> +#endif

Why the #if 0 instead of just deleting?

- ajax



More information about the xorg-devel mailing list