[PATCH] evdev: Use the EvdevPost...Event() functions in the emulation code.

2009-08-02 Thread oliver . mcfadden
From: Oliver McFadden oliver.mcfad...@nokia.com This is similar to commit 1f641d75edba7394201c1c53938215bae696791b. It provides the same functionality of queuing the (in this case emulated) events and waiting until an EV_SYN synchronization event is received before posting them to the server.

Sorry for the no subject email, it belongs to the patchset i sent

2009-08-02 Thread Maarten Maathuis
Again sorry. Maarten. ___ xorg-devel mailing list xorg-devel@lists.x.org http://lists.x.org/mailman/listinfo/xorg-devel

[PATCH] DRI2 resource management fixes.

2009-08-02 Thread Michel Dänzer
From: Michel Dänzer daen...@vmware.com * Add new variants of DRI2CreateDrawable, DRI2DestroyDrawable and DRI2CopyRegion which take a ClientPtr and an XID instead of a DrawablePtr. Use these in dri2ext.c always and in glxdri2.c for windows (not all pixmaps have an associated XID, and we can

[PATCH] Add support for RENDER BGRA formats.

2009-08-02 Thread Michel Dänzer
From: Michel Dänzer daen...@vmware.com --- composite/compinit.c |4 +++- exa/exa_render.c | 30 +- fb/fbpict.h |2 ++ hw/xfree86/xaa/xaaPict.c | 20 render/picture.c | 36

[PATCH] mi: fix cursor warping screens

2009-08-02 Thread Tiago Vignatti
The server was processing ET_RawMotion type when the cursor was wrapping to another screen and getting wrong valuator values. This fix such issue considering only ET_Motion types when the cursor detects a new screen. Signed-off-by: Tiago Vignatti tiago.vigna...@nokia.com --- Dave: I'd appreciate

Re: XAllocID issues -- returns 0, calls geteuid, looks strange

2009-08-02 Thread Younes Manton
Ok, so printf(%u\n, XAllocID(dpy)); printf(%u\n, XAllocID(dpy)); gives me 58720257 0 and no XFlush(), XSync(), XFlushGC() between the two changes that. I'm using XAllocIDs() instead which seems to work properly, but is this expected behaviour for XAllocID()?

Re: [PATCH 1/2] release.sh: allow changing the git remote's name

2009-08-02 Thread Peter Hutterer
On Fri, Jul 31, 2009 at 02:37:10AM +0200, Julien Cristau wrote: --- I'm using origin for git.debian.org, and upstream for git.fd.o, so this makes it possible to push releases to the right place :) release.sh | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git

Re: [PATCH 2/2] release.sh: don't override username from the ssh config

2009-08-02 Thread Peter Hutterer
On Fri, Jul 31, 2009 at 02:37:11AM +0200, Julien Cristau wrote: It will still default to `whoami` if it's not configured in .ssh/config --- release.sh | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/release.sh b/release.sh index f6eaf23..242850b 100755

Re: [PATCH] Update library version for new symbols

2009-08-02 Thread Peter Hutterer
On Fri, Jul 31, 2009 at 01:33:52PM +0200, Julien Cristau wrote: Commit 554f755e5545f63d3c8f299297927238da155773 added generic event cookie handling. Bump libX11 version number accordingly. --- src/Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git