Just want to confirm something,
xc/programs/Xserver/hw/xfree86/common/xf86Io.c,v 3.58 has had
GetTimeInMillis() removed from it, the commit message doesn't
say anything specific about it but is the copy of GetTimeInMillis()
from libos.a the one that linked into the XFree86 server from now on?
Ple
On Fri, Feb 13, 2004 at 08:39:07AM -0700, Marc Aurele La France wrote:
> On Fri, 13 Feb 2004, Tyler Retzlaff wrote:
>
>
> If you read the notice that accompanied the change you are refering to,
> you will see that this change of yours is unnecessary.
I'm not sure why you f
Everywhere else XCOMM start at col 0 except for startx.cpp (change
since xf43). Request that the following trivial patch be applied
to make startx.cpp XCOMM usage consistent with the rest of tree.
Thanks!
Index: startx.cpp
===
RCS
Don't place tokens after #endif preprocessor directive.
Index: bsd_mouse.c
===
RCS file:
/cvs/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_mouse.c,v
retrieving revision 1.27
diff -u -p -r1.27 bsd_mouse.c
--- bsd_mouse.c 17 Jan 20
Maybe I've been awake for too long, but I can't seem to find where
afbDoBitbltCopy() is implemented in xc/*. It is needed by
afbCopyArea, afbDoBitblt and afbCopyPlane..
Where is it? grep is not helping me at this late hour.
Thanks
___
Devel mailing li
In xfree86/etc sun.termcap and sun.terminfo files are installed for
non SunArchitecture. What purpose do these serve if any? Or are they
relics that have been carried along ~forever?
Thanks
--
Tyler R. Retzlaff <[EMAIL PROTECTED]> http://www.NetBSD.org
_
On Wed, Dec 31, 2003 at 05:35:55PM -0500, David Dawes wrote:
> On Wed, Dec 31, 2003 at 02:30:16AM +1100, Tyler Retzlaff wrote:
> >I've been trying to build a 3rd party Xserver but have run into some
> >difficulty when trying to link two xfree86 libraries to it (li
I've been trying to build a 3rd party Xserver but have run into some
difficulty when trying to link two xfree86 libraries to it (libXfont
and libdix)
During the link I'm getting warnings about multiple definitions of
various symbols defined in libXfont and in libdix (output below). The
curious th