Chase Douglas <[email protected]> (12/11/2010):
> --- a/dix/events.c
> +++ b/dix/events.c
[…]
> +extern WindowPtr XYToWindow(SpritePtr pSprite, int x, int y);
   ^^^^^^           ^^^^^^^^^^
       Collateral damage?

> +extern int EventIsDeliverable(DeviceIntPtr dev, InternalEvent* event,
> +                              WindowPtr win);
[…]

That breaks the build with:
|   CC     events.lo
| events.c:337: error: static declaration of ‘XYToWindow’ follows non-static 
declaration
| ../include/input.h:536: note: previous declaration of ‘XYToWindow’ was here

Removing the quoted line fixes it.

Mraw,
KiBi.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to