On Wed, Feb 04, 2009 at 08:36:49PM +0100, Tomas Carnecky wrote:
> diff --git a/hw/xfree86/common/xf86Helper.c b/hw/xfree86/common/xf86Helper.c
> index 732a1fd..6b9b8f0 100644
> --- a/hw/xfree86/common/xf86Helper.c
> +++ b/hw/xfree86/common/xf86Helper.c
> @@ -2738,5 +2738,5 @@ int
> xf86GetMotionEvents(DeviceIntPtr pDev, xTimecoord *buff, unsigned long start,
> unsigned long stop, ScreenPtr pScreen, BOOL core)
> {
> - return GetMotionHistory(pDev, buff, start, stop, pScreen, core);
> + return GetMotionHistory(pDev, (xTimecoord **) buff, start, stop,
> pScreen, core);that presumably quiets a warning, but it's unlikely to be correct. -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net
pgpf07fMySCjq.pgp
Description: PGP signature
_______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
