Re: [PATCH] Resolve an inconsistency between libX11 and Xserver over GetModifierMapping

2009-10-21 Thread Peter Hutterer
On Tue, Oct 20, 2009 at 12:57:05PM +0100, Jon TURNEY wrote: libX11 ModMap.c believes that GetModifierMapping can never return an error Xserver devices.c believes that GetModifierMapping can return an error if the ModMap couldn't be generated According to the protocol document I have,

[RFC:util/macros] Add XORG_CHECK_GROFF for building specs

2009-10-21 Thread Yaakov (Cygwin/X)
From: Yaakov Selkowitz yselkow...@users.sourceforge.net With the spec docs being moved out of xorg-docs into the related library or proto package, this macro handles the configure code necessary to check for and build the specs from groff macros. --- This was named and written in a style similar

Re: [PATCH] libX11: allow inclusion of system level compose files

2009-10-21 Thread Marko Myllynen
Ping? Marko Myllynen wrote: Hi, with the release of XFree86 4.4 an inclusion system of compose files was added to Xlib to allow inclusion of the default compose file (with %L), any compose files from user's home directory (with %H), or a compose file with a hard coded path [1]. However,

Re: [PATCH:libXvMC] Include XvMClib.h

2009-10-21 Thread Luc Verhaegen
On Tue, Oct 20, 2009 at 02:43:56PM -0700, Jeremy Huddleston wrote: This fixes compilation breakage after 9190399907610486001f3676945958dbab4b837a in videoproto Found by tinderbox Signed-off-by: Jeremy Huddleston jerem...@freedesktop.org --- src/XvMCWrapper.c |1 + 1 files

Re: [PATCH:libXvMC] Include XvMClib.h

2009-10-21 Thread Luc Verhaegen
On Wed, Oct 21, 2009 at 12:31:05PM +0200, Luc Verhaegen wrote: On Tue, Oct 20, 2009 at 02:43:56PM -0700, Jeremy Huddleston wrote: This fixes compilation breakage after 9190399907610486001f3676945958dbab4b837a in videoproto Found by tinderbox Signed-off-by: Jeremy Huddleston

[PATCH] [kdrive] Grab evdev mouse/keyboard device when X server is active

2009-10-21 Thread Mikhail Gusarov
Input events are directed to both vt and input devices by default. Unless input devices are grabbed, keyboard events fill it vt buffers and cause spontaneous wakeups in kernel tty layer when buffers are full. Signed-off-by: Mikhail Gusarov dotted...@dottedmag.net --- hw/kdrive/linux/evdev.c |

Re: [PATCH] libX11: allow inclusion of system level compose files

2009-10-21 Thread Alan Coopersmith
It's an interesting patch, and I'd like to consider it once we're done with the X11R7.5 release that's being finished off now - it's too late in the release cycle for something this big in 7.5 I think though. -alan- Marko Myllynen wrote: Ping? Marko Myllynen wrote: Hi, with the

Re: INSTALL in git

2009-10-21 Thread Gaetan Nadon
On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: I noticed an INSTALL file in xlsclients and libXvMC today, and it was quite annoying to work around since 'autoreconf -fvi' replaces it and git wants to commit it.

Re: [PATCH:app/xlsclients] Use inttypes.h for correct printf formats

2009-10-21 Thread Jamey Sharp
Thanks! Pushed. Jamey signature.asc Description: Digital signature ___ xorg-devel mailing list xorg-devel@lists.x.org http://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH] libX11: allow inclusion of system level compose files

2009-10-21 Thread Julien Cristau
On Wed, Oct 21, 2009 at 14:46:34 -0400, James Cloos wrote: This fits in with some cleanup ideas with which I've been toying. For comparison, see what we did to simplify ru_RU.UTF-8/Compose; Compose.pre looks like: ru_RU.UTF-8/Compose.pre include X11_LOCALEDATADIR/en_US.UTF-8/Compose

Re: xserver: Branch 'master'

2009-10-21 Thread Daniel Stone
On Wed, Oct 21, 2009 at 09:14:55AM -0700, Keith Packard wrote: -RELEASE_DATE=(unreleased) +RELEASE_DATE=2009-10-22) ^ Errr. :) pgpbWVFHVhoAK.pgp Description: PGP signature ___ xorg-devel mailing list xorg-devel@lists.x.org

Re: [PULL] XACE and SELinux updates for server-1.7-branch

2009-10-21 Thread Peter Hutterer
On Wed, Oct 21, 2009 at 07:39:08PM -0400, Eamon Walsh wrote: Hi Peter, Please pull these updates into server-1.7-branch. Thanks. The following changes are available in the git repository at: git://anongit.freedesktop.org/~ewalsh/xserver server-1.7-branch Eamon Walsh (5):

Re: How to sanitize in/out routines?

2009-10-21 Thread Matt Turner
Ping. I guess I need to whip something up before I can get any feedback. On Thu, Oct 15, 2009 at 9:58 PM, Matt Turner matts...@gmail.com wrote: X predates glibc, so this is understandable, but the in/out/_in/_out stuff is a mess. For instance, the out* routines X defines are of the format

Re: xserver: Branch 'master'

2009-10-21 Thread Keith Packard
Excerpts from Daniel Stone's message of Thu Oct 22 09:01:44 +0900 2009: On Wed, Oct 21, 2009 at 09:14:55AM -0700, Keith Packard wrote: -RELEASE_DATE=(unreleased) +RELEASE_DATE=2009-10-22) ^ Errr. :) Yeah, and I looked at that line several times too. Fixed in next

Re: [PULL -v2] XACE and SELinux updates for server-1.7-branch

2009-10-21 Thread Peter Hutterer
On Wed, Oct 21, 2009 at 09:07:40PM -0400, Eamon Walsh wrote: Hi Peter, Please pull these updates into server-1.7-branch. Thanks. The following changes are available in the git repository at: git://anongit.freedesktop.org/~ewalsh/xserver server-1.7-branch Eamon Walsh (9):

Re: [Xcb] Thinking towards 7.6 katamari, including xcb

2009-10-21 Thread Keith Packard
Excerpts from Alan Coopersmith's message of Thu Oct 22 05:36:30 +0900 2009: The current Xserver 1.8 schedule calls for it to release on 2010-3-31. If we stick to the 6 month cadence well, then 1.9 should be released on 2010-9-31. (Though I still think it should be called 2.0 if the drivers

Re: [PULL -v2] XACE and SELinux updates for server-1.7-branch

2009-10-21 Thread Eamon Walsh
On 10/21/2009 09:36 PM, Peter Hutterer wrote: On Wed, Oct 21, 2009 at 09:07:40PM -0400, Eamon Walsh wrote: Hi Peter, Please pull these updates into server-1.7-branch. Thanks. The following changes are available in the git repository at:

[PULL -v3] XACE and SELinux updates for server-1.7-branch

2009-10-21 Thread Eamon Walsh
Hi Peter, Please pull these updates into server-1.7-branch. Thanks. The following changes are available in the git repository at: git://anongit.freedesktop.org/~ewalsh/xserver server-1.7-branch Eamon Walsh (9): xace: Fake return values on denials in input polling requests.

Re: [Xcb] Thinking towards 7.6 katamari, including xcb

2009-10-21 Thread Alan Coopersmith
Keith Packard wrote: I'd suggest then we plan on the 7.6 katamari releasing in early October 2010, close to one year after 7.5. That seems like a good schedule. One thing I'd like to see is far fewer packages released just before the katamari though; can you say what kind of issues you've

Re: [Xcb] Thinking towards 7.6 katamari, including xcb

2009-10-21 Thread Daniel Stone
Hi, On Thu, Oct 22, 2009 at 10:44:35AM +0900, Keith Packard wrote: Excerpts from Alan Coopersmith's message of Thu Oct 22 05:36:30 +0900 2009: The current Xserver 1.8 schedule calls for it to release on 2010-3-31. If we stick to the 6 month cadence well, then 1.9 should be released on

Re: [PULL -v3] XACE and SELinux updates for server-1.7-branch

2009-10-21 Thread Peter Hutterer
On Wed, Oct 21, 2009 at 10:23:43PM -0400, Eamon Walsh wrote: Hi Peter, Please pull these updates into server-1.7-branch. Thanks. The following changes are available in the git repository at: git://anongit.freedesktop.org/~ewalsh/xserver server-1.7-branch Eamon Walsh (9):