Google
  Web www.spinics.net

Re: xserver: Branch 'master' - 3 commits

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]


Hi Tiago,

On Thu, Jul  3, 2008 at 23:48:23 -0700, Tiago Vignatti wrote:

> commit f72500c4a09cce5dbbd16639b1951a4bf943e4ac
> Author: Tiago Vignatti <vignatti@xxxxxxxxxxxx>
> 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
_______________________________________________
xorg mailing list
xorg@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/xorg

[X Forum]     [Devices]     [XFree86]     [XFree86 Newbie]     [Site Home]     [IETF Annouce]     [Security]     [Fontconfig]     [Bugtraq]     [Rubini]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Video for Linux]     [Linux RAID]     [Linux Resources]

Powered by Linux