xserver: Branch 'master' - 3 commits
Julien Cristau
jcristau at debian.org
Sat Jul 5 02:16:17 PDT 2008
Hi Tiago,
On Thu, Jul 3, 2008 at 23:48:23 -0700, Tiago Vignatti wrote:
> commit f72500c4a09cce5dbbd16639b1951a4bf943e4ac
> Author: Tiago Vignatti <vignatti at c3sl.ufpr.br>
> Date: Fri Jul 4 03:45:18 2008 -0300
>
> Nuke libc wrapper remaining stuffs.
>
> diff --git a/hw/xfree86/common/xf86.h b/hw/xfree86/common/xf86.h
> index 065102f..70b32b9 100644
> --- a/hw/xfree86/common/xf86.h
> +++ b/hw/xfree86/common/xf86.h
> @@ -340,7 +340,6 @@ Bool xf86IsUnblank(int mode);
>
> _X_DEPRECATED void xf86AddModuleInfo(pointer info, pointer module);
> _X_DEPRECATED void xf86DeleteModuleInfo(int idx);
> -void xf86getsecs(long *, long *);
>
> /* xf86Debug.c */
> #ifdef BUILDDEBUG
> diff --git a/hw/xfree86/common/xf86Helper.c b/hw/xfree86/common/xf86Helper.c
> index eaa6c76..d58ce93 100644
> --- a/hw/xfree86/common/xf86Helper.c
> +++ b/hw/xfree86/common/xf86Helper.c
> @@ -2937,17 +2937,3 @@ xf86GetMotionEvents(DeviceIntPtr pDev, xTimecoord *buff, unsigned long start,
> {
> return GetMotionHistory(pDev, buff, start, stop, pScreen, core);
> }
> -
> -_X_EXPORT void
> -xf86getsecs(long * secs, long * usecs)
> -{
> - struct timeval tv;
> -
> - X_GETTIMEOFDAY(&tv);
> - if (secs)
> - *secs = tv.tv_sec;
> - if (usecs)
> - *usecs= tv.tv_usec;
> -
> - return;
> -}
See commit 13af2d1efcc83d1412a4c727afddd97577b00f32. Why do you revert
this now?
Cheers,
Julien
More information about the xorg
mailing list