Re: [ANNOUNCE] xorg-server 1.9.99.901

2010-12-06 Thread Jesse Adkins
On Mon, Dec 6, 2010 at 9:04 PM, Keith Packard kei...@keithp.com wrote: Note that this tarball depends on unreleased protocol packages for xext and randr. It should correctly whine if they aren't available. Since we're talking about randr, I'd like to mention bug 16741. This bug suggests that

Xserver LogInit

2009-08-16 Thread Jesse Adkins
I'm not sure if this is the proper list for this, but here goes. Basically, I'm curious if the LogInit function defined in xserver/log/os.h is able to be called by an X application. ___ xorg mailing list xorg@lists.freedesktop.org

[PATCH] libICE: Don't use _IceTransIsLocal in IceComposeNetworkList

2009-06-02 Thread Jesse Adkins
This saves an extra loop from firing off when there's a non-local socket among the connections. (Since all _IceTransLocal does is check if the socket is a UNIX type.) diff --git a/src/listen.c b/src/listen.c index eb46f87..efd85bd 100644 --- a/src/listen.c +++ b/src/listen.c @@ -207,27 +207,10