Re: [PATCH xserver] Xi: don't deliver emulated motion events for non-emulating touches

2016-04-11 Thread Peter Hutterer
On Wed, Mar 09, 2016 at 12:13:22PM +1000, Peter Hutterer wrote: > The touchpoint knows whether it should be emulating or not and we have a check > for that later. Check for this before we generate the event and try to deliver > it, lest we trigger a bug warning. > >

Re: [PATCH xserver] xkb: fix SlowKeys release/reject beeps

2016-04-11 Thread Peter Hutterer
On Tue, Mar 08, 2016 at 03:42:42PM +1000, Peter Hutterer wrote: > Wrong use of the mask here caused a beep whenever a key was rejected but also > when it was released after being accepted. Fix the mask to check for the > correct enabled controls. > > Signed-off-by: Peter Hutterer

Re: [PATCH 09/18] xfree86: fix spelling mistakes

2016-04-11 Thread Eric Engestrom
On Fri, Apr 08, 2016 at 11:47:33AM -0400, Adam Jackson wrote: > On Sat, 2016-04-02 at 19:53 +0100, Eric Engestrom wrote: > > > index 5391b72..221c631 100755 > > --- a/hw/xfree86/sdksyms.sh > > +++ b/hw/xfree86/sdksyms.sh > > @@ -389,7 +389,7 @@ BEGIN { > >   getline; > >   } > >   > >

Re: pythonic XCB build error

2016-04-11 Thread Peter Harris
On 2016-04-11 12:32, Simon Thum wrote: > Does anyone know what is the "correct" fix? Older/newer python, wait for > master to fix it, set the tab differently? I'd like to invite you to review patches on the xcb list. If you would be kind enough to review/test

[PATCH libX11 2/4] _XIOError(dpy); will never return so remore dead code

2016-04-11 Thread walter harms
remove dead code _XIOError(dpy); will never return and the return never reached Signed-off-by: walter harms --- src/xcb_io.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/xcb_io.c b/src/xcb_io.c index bd26a62..4826621 100644 --- a/src/xcb_io.c +++

[PATCH libX11 1/3] fix more shadow warning

2016-04-11 Thread walter harms
Signed-off-by: walter harms --- fix an other shadow warning by renaming the var --- modules/im/ximcp/imCallbk.c | 6 +++--- modules/im/ximcp/imLcLkup.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/im/ximcp/imCallbk.c

pythonic XCB build error

2016-04-11 Thread Simon Thum
Hi all, my gentoo box is giving me this: /usr/bin/python3.4 /var/tmp/portage/x11-libs/libxcb-/work/libxcb-/src/c_client.py -c "libxcb 1.11.90" -l "X Version 11" \ -s "3" -p /dev/null \ \ /usr/share/xcb/xc_misc.xml File

Re: [PATCH xserver v2 7/9] xfree86: Remove a never-hit diagnostic message

2016-04-11 Thread walter harms
edidSize() checks for if (DDC->ver.version != 1) (see 6/9) so this is bogus either ? re, wh Am 05.04.2016 19:54, schrieb Adam Jackson: > Practically speaking, the EDID major version is never not 1. > > Signed-off-by: Adam Jackson > --- > hw/xfree86/ddc/ddcProperty.c | 15

Re: [PATCH xserver v2 6/9] xfree86: Make xf86SetDDCproperties work more than once per generation

2016-04-11 Thread walter harms
Am 05.04.2016 19:54, schrieb Adam Jackson: > We can call this more than once via xf86OutputSetEDID since hotplug is > actually a thing in RANDR 1.2, but xf86RegisterRootWindowProperty merely > adds the data to a list to be applied to the root at CreateWindow time, > so calls past the first (for

Re: [PATCH xserver v2 3/9] xfree86: Create VT atoms from the root window callback (v2)

2016-04-11 Thread walter harms
Am 05.04.2016 19:54, schrieb Adam Jackson: > v2: Fix swapped callback args > > Signed-off-by: Adam Jackson > --- > hw/xfree86/common/xf86Init.c | 67 > +--- > 1 file changed, 25 insertions(+), 42 deletions(-) > > diff --git

xf86-video-qxl 0.1.5?

2016-04-11 Thread poma
https://cgit.freedesktop.org/xorg/driver/xf86-video-qxl 0001-Remove-unused-variables.patch ... 0036-spiceqxl_audio-Stop-the-playback-channel-if-there-is.patch 36 patches queueing from the last xf86-video-qxl release - 0.1.4, dates from 2015-04-02 - over a year. Perhaps the time is right for a