[PATCH] [xserver] xkb: Cancel a key's repetition when its autorepeat is disabled.

2011-01-21 Thread Erkki Seppälä
When XkbChangeEnabledControls is called to disable key repetition of a certain key (or keys), currently ongoing repetition of that key was not cancelled. It was cancelled if ChangeKeyboardControl was used to disable key repetition globally. Signed-off-by: Erkki Seppälä erkki.sepp...@vincit.fi ---

Re: EVIOC mechanism for MT slots

2011-01-21 Thread Benjamin Tissoires
Hi, if the TrackingID is stable during the touch, the MT_SLOT is stable *between* the touches: if you put one finger on the surface, you get the slot 0. Then you release. Then you touch one finger again, and protocol B does not send the slot value. This is really problematic when launching

[PATCH xserver v2] xf86cmap: Use old palette system for pseudocolour.

2011-01-21 Thread Michel Dänzer
From: Michel Dänzer daen...@vmware.com RandR doesn't seem to deal with pseudocolour at all, so without this the pseudocolour palette never gets loaded to the hardware. v2: Move logic into xf86_crtc_supports_gamma(). Signed-off-by: Michel Dänzer daen...@vmware.com ---

Re: EVIOC mechanism for MT slots

2011-01-21 Thread Dmitry Torokhov
On Fri, Jan 21, 2011 at 10:15:19AM +0100, Henrik Rydberg wrote: This is really problematic when launching applications that rely on evdev to work: you click with the mouse emulation on your icon to launch the program (one finger), and you start using your application with one finger only

Re: EVIOC mechanism for MT slots

2011-01-21 Thread Henrik Rydberg
This is really problematic when launching applications that rely on evdev to work: you click with the mouse emulation on your icon to launch the program (one finger), and you start using your application with one finger only (opening of a file for instance) - you are in an unstable case as

Re: [PATCH] [xserver] xkb: Cancel a key's repetition when its autorepeat is disabled.

2011-01-21 Thread Dirk Wallenstein
On Fri, Jan 21, 2011 at 10:11:41AM +0200, Erkki Seppälä wrote: When XkbChangeEnabledControls is called to disable key repetition of a certain key (or keys), currently ongoing repetition of that key was not cancelled. It was cancelled if ChangeKeyboardControl was used to disable key repetition

[PATCH app-x11perf] config: use Autoconf rather than sed to substitute $libdir

2011-01-21 Thread Gaetan Nadon
The path substitution in x11perfcomp script can be done at configuration time using Autoconf. This is an alternative to using sed and requires less Makefile work. Signed-off-by: Gaetan Nadon mems...@videotron.ca --- Makefile.am| 14 +-- configure.ac |6 +++- x11pcomp.cpp | 103

[PATCH v2] [xserver] xkb: Cancel a key's repetition when its autorepeat is disabled.

2011-01-21 Thread Erkki Seppälä
When XkbChangeEnabledControls is called to disable key repetition of a certain key (or keys), currently ongoing repetition of that key was not cancelled. It was cancelled if ChangeKeyboardControl was used to disable key repetition globally. Reviewed-by: Rami Ylimäki rami.ylim...@vincit.fi ---

Re: [PATCH app-x11perf] config: use Autoconf rather than sed to substitute $libdir

2011-01-21 Thread Julien Cristau
On Fri, Jan 21, 2011 at 08:31:23 -0500, Gaetan Nadon wrote: The path substitution in x11perfcomp script can be done at configuration time using Autoconf. This is an alternative to using sed and requires less Makefile work. Signed-off-by: Gaetan Nadon mems...@videotron.ca --- Makefile.am

[PATCH xf86-video-vmware] Fix include order.

2011-01-21 Thread Cyril Brulebois
HAVE_LIBDRM comes from config.h, so include it first. With CFLAGS=-Wall -Werror, the build fails with: | CC vmware_drv_la-vmwaremodule.lo | cc1: warnings being treated as errors | vmwaremodule.c: In function ‘vmware_check_kernel_module’: | vmwaremodule.c:100: error: implicit declaration of

Re: [PATCH app-x11perf] config: use Autoconf rather than sed to substitute $libdir

2011-01-21 Thread Gaetan Nadon
On Fri, 2011-01-21 at 17:34 +0100, Julien Cristau wrote: On Fri, Jan 21, 2011 at 08:31:23 -0500, Gaetan Nadon wrote: The path substitution in x11perfcomp script can be done at configuration time using Autoconf. This is an alternative to using sed and requires less Makefile work.

Re: [PATCH xf86-video-vmware] Fix include order.

2011-01-21 Thread Thomas Hellstrom
You're right. This was caused by a sloppy fix by me for another problem. I'll revert that fix tomorrow and try to find a correct fix for that problem. /Thomas On 01/21/2011 10:57 PM, Gaetan Nadon wrote: On Fri, 2011-01-21 at 20:07 +0100, Cyril Brulebois wrote: HAVE_LIBDRM comes from

libX11.pdf not building

2011-01-21 Thread Matt Dew
Has anyone had trouble building the libX11 documentation? The HTML docs build and install fine, but the pdf docs do not. Other pdf docs build fine. bigreqsproto for example, builds ok. I see this: ... checking for fop... /usr/bin/fop ... for the other modules I build, but not for libX11.

Re: libX11.pdf not building

2011-01-21 Thread Alan Coopersmith
On 01/21/11 03:09 PM, Matt Dew wrote: Has anyone had trouble building the libX11 documentation? The HTML docs build and install fine, but the pdf docs do not. Other pdf docs build fine. bigreqsproto for example, builds ok. I see this: ... checking for fop... /usr/bin/fop ... for

Re: [PATCH] xselinux: Fix GetDrawableContext

2011-01-21 Thread Eamon Walsh
Reviewed-by: Eamon Walsh ewa...@tycho.nsa.gov This should go as a bugfix on release branches; I'll take care of that after it goes in. Thanks! On 01/20/2011 11:01 PM, Adam Jackson wrote: M_DRAWABLE_PIXMAP is the lookup mask to dixLookupDrawable, and _not_ the type value in the drawable

[PATCH v2 app-x11perf] config: use Autoconf rather than sed to substitute $libdir

2011-01-21 Thread Gaetan Nadon
The path substitution in x11perfcomp script can be done at configuration time using Autoconf. This is an alternative to using sed and requires less Makefile work. Signed-off-by: Gaetan Nadon mems...@videotron.ca --- Change: don't clean x11perfcomp generated script now that it is done at