Re: X.org testing with Google Test

2012-01-02 Thread Thomas Voß
On 12/30/2011 10:24 PM, Matt Dew wrote: On 12/23/2011 04:36 PM, Ian Romanick wrote: On 12/21/2011 08:51 AM, Thomas Voß wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi list, my name is Thomas and I'm a software engineer in quality working for Canonical. Our quality team is currently

[PATCH] configure.ac: remove trailing white space

2012-01-02 Thread Matthieu Herrb
Signed-off-by: Matthieu Herrb matthieu.he...@laas.fr --- configure.ac | 40 1 files changed, 20 insertions(+), 20 deletions(-) diff --git a/configure.ac b/configure.ac index 6de92b4..618069d 100644 --- a/configure.ac +++ b/configure.ac @@ -93,7 +93,7 @@

[PATCH v2] UnloadSubModule(): accept pointer value '1' and ignore it.

2012-01-02 Thread Matthieu Herrb
Some driver modules try to unload submodules that are now built-in. Signed-off-by: Matthieu Herrb matthieu.he...@laas.fr Reviewed-by: Julien Cristau jcris...@debian.org --- hw/xfree86/loader/loadmod.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git

[PATCH] Add OpenBSD support to DetermineClientCmd()

2012-01-02 Thread Matthieu Herrb
Uses kvm_getargv() from libkvm. Signed-off-by: Matthieu Herrb matthieu.he...@laas.fr --- configure.ac |7 +++ os/client.c | 43 ++- 2 files changed, 49 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index

Re: X.org testing with Google Test

2012-01-02 Thread Matt Dew
On 01/02/2012 01:18 AM, Thomas Voß wrote: On 12/30/2011 10:24 PM, Matt Dew wrote: On 12/23/2011 04:36 PM, Ian Romanick wrote: On 12/21/2011 08:51 AM, Thomas Voß wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi list, my name is Thomas and I'm a software engineer in quality working

[PATCH intel-gpu-tools 0/4] Upgrade module configuration and packaging

2012-01-02 Thread Gaetan Nadon
This module is hosted as an X.Org app and is published as such. This patch adds some missing packaging files and sets some basic infrastructure common to all xorg modules which saves maintenance in the long run. http://www.x.org/wiki/NewModuleGuidelines Gaetan Nadon (4): Add mandatory COPYING

[PATCH intel-gpu-tools 1/4] Add mandatory COPYING file.

2012-01-02 Thread Gaetan Nadon
This module is hosted as an X.Org app and is published as such. This file is a summary of the copyright statements in the source code. http://www.x.org/wiki/NewModuleGuidelines Signed-off-by: Gaetan Nadon mems...@videotron.ca --- COPYING | 108

[PATCH intel-gpu-tools 2/4] Use standard .gitignore file and layout

2012-01-02 Thread Gaetan Nadon
Reusing xorg code saves maintenance in the long term. Now that m4/.gitignore is removed, the -I m4 ${ACLOCAL_FLAGS} must be removed to avoid build breakage as m4 is generated and not part of the git source. Signed-off-by: Gaetan Nadon mems...@videotron.ca --- .gitignore

[PATCH intel-gpu-tools 3/4] Man pages still showing version 1.0 in the 1.1 release

2012-01-02 Thread Gaetan Nadon
The patch coverts the man subdir to the standard xorg man page makefile. The version number is automatically updated when a new release is made. The man page section number is no longer hard coded either. The package util-macros at version 1.8 or greater is required. Signed-off-by: Gaetan Nadon

[PATCH intel-gpu-tools 4/4] Add mandatory ChangeLog and INSTALL files

2012-01-02 Thread Gaetan Nadon
These are generated from a macro in the util-macros package Refer to the wiki for more details. http://www.x.org/wiki/NewModuleGuidelines. Signed-off-by: Gaetan Nadon mems...@videotron.ca --- Makefile.am | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git

Re: [PATCH] Update for new vgaHW API.

2012-01-02 Thread Alex Deucher
Pushed. Thanks! On Sun, Jan 1, 2012 at 12:27 PM, Matthieu Herrb matthieu.he...@laas.fr wrote: Signed-off-by: Matthieu Herrb matthieu.he...@laas.fr ---  src/radeon_driver.c |    4 +++-  1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/radeon_driver.c b/src/radeon_driver.c

Re: [PATCH intel-gpu-tools 0/4] Upgrade module configuration and packaging

2012-01-02 Thread Cyril Brulebois
Gaetan Nadon mems...@videotron.ca (02/01/2012): This patch adds some missing packaging files and sets some basic infrastructure common to all xorg modules which saves maintenance in the long run. True that. Acked-by: Cyril Brulebois k...@debian.org (I noticed it when updating the packaging

Re: X.org testing with Google Test

2012-01-02 Thread Chris Ball
Hi, On Mon, Jan 02 2012, Matt Dew wrote: If I understand it correctly, tinderbox is a continuous integration system (much like Jenkins) that compiles and executes unit tests. That is, it should be no problem to execute the unit test executables built with our framework/Google test. I agree,

PING: [PATCH xserver] xkb: Message actions suppress other key presses #28575

2012-01-02 Thread Jeremy Huddleston
Poking Daniel, Chase, and Peter directly since they understand this magic best. On Nov 30, 2011, at 2:20 PM, Andreas Wettstein wrote: When a key to which a message action is mapped is held down, presses of other keys were not registered. Signed-off-by: Andreas Wettstein

Re: X Server 1.12 merge window closes on Sunday 12/25...

2012-01-02 Thread Ian Romanick
On 12/23/2011 11:39 PM, Keith Packard wrote: It looks like we're in good shape for the merge window to close. I don't have any significant patches queued at this point. Gaetan has a couple There is still the series (sent out a couple hours after this message) to implement

Re: [PATCH:xf86-input-evdev 2/2] Fix missing src/udev.c in the tarballs.

2012-01-02 Thread Peter Hutterer
On Sat, Dec 31, 2011 at 07:46:09PM +0100, Cyril Brulebois wrote: src/udev.c was added in 683a55e504f4fc2d1c847c54986439a0c61b2f20 but wasn't added to the SOURCES variable in src/Makefile.am, resulting in a missing file in the tarballs. Signed-off-by: Cyril Brulebois k...@debian.org ---

Re: [PATCH] fix wrong finger width range

2012-01-02 Thread Peter Hutterer
On Wed, Dec 28, 2011 at 02:46:02PM +0800, JJ Ding wrote: From: JJ Ding dgdu...@gmail.com Signed-off-by: JJ Ding dgdu...@gmail.com --- Hi list, trivial fix, patch is against current master HEAD. Thanks. jj pushed, thanks. 9f9b55a..3ec9321 master - master Cheers, Peter

[PATCH intel-gpu-tools 00/10] Upgrade module configuration - Part 2

2012-01-02 Thread Gaetan Nadon
This series applies some xorg project policies and code reuse from util-macros. In some cases it reverts upgrades that were too new for the overall xorg. There were no bug fixes, things went smoothly. Should there be any reasons to deviate, I'd be happy to make appropriate adjustements and

[PATCH intel-gpu-tools 05/10] config: remove unrequired AM_PROG_CC_C_O

2012-01-02 Thread Gaetan Nadon
Required when using per-target flags or subdir-objects with C sources. http://www.gnu.org/software/automake/manual/automake.html Signed-off-by: Gaetan Nadon mems...@videotron.ca --- configure.ac |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac

[PATCH intel-gpu-tools 06/10] config: remove duplicate AC_PROG_CC and AC_PROG__CC_99

2012-01-02 Thread Gaetan Nadon
The compiler was configured three times. It is done once by XORG_DEFAULT_OPTIONS in util-macros. Signed-off-by: Gaetan Nadon mems...@videotron.ca --- configure.ac | 21 ++--- 1 files changed, 6 insertions(+), 15 deletions(-) diff --git a/configure.ac b/configure.ac index

[PATCH intel-gpu-tools 07/10] config: use project wide xorg warnings variable

2012-01-02 Thread Gaetan Nadon
Use CWARNFLAGS as in all of xorg. There seems to be no reason why this module should be different. The warnings were updated recently for those who install the latest util-macros. Signed-off-by: Gaetan Nadon mems...@videotron.ca --- benchmarks/Makefile.am |2 +- configure.ac | 12

[PATCH intel-gpu-tools 09/10] config: the minimum version for autoconf is 2.60

2012-01-02 Thread Gaetan Nadon
A version later than 2.60 can be used, but no new features from such a later version can be used in configure.ac. The toolchain version requirements are documented here: http://www.x.org/wiki/ModularDevelopersGuide#GNU_Build_System Minimum version for Automake is 1.10 but we have not written it

[PATCH intel-gpu-tools 10/10] config: restore the libtool minimum version to 1.5

2012-01-02 Thread Gaetan Nadon
Very few systems still use this old version, but it would be inconvenient to build a video driver with libtool 1.5 and have to build the gpu tools on another system having libtool 2.2. The toolchain version requirements are documented here:

[PATCH inputproto XI 2.2] Set a flag on the pointer-emulating touch event

2012-01-02 Thread Peter Hutterer
Toolkits need to know which touch event emulated a pointer event and which ones do not. To quote Carlos Garnacho: GTK+ does client-side windows by default (GdkWindows without a backing X window), for this to work the toplevel window in the client needs to select for more events that

[PATCH inputproto 1/2] specs: only pointer events have a PointerEmulated flag

2012-01-02 Thread Peter Hutterer
Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- specs/XI2proto.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt index 2f03b50..7ea2048 100644 --- a/specs/XI2proto.txt +++ b/specs/XI2proto.txt @@ -2047,7 +2047,7 @@ For

[PATCH inputproto 2/2] specs: purge leftover TouchAccepted note

2012-01-02 Thread Peter Hutterer
This flag does not exist anymore. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- specs/XI2proto.txt |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt index 7ea2048..8e2eea8 100644 --- a/specs/XI2proto.txt +++

[PATCH synaptics] Constify priv-device

2012-01-02 Thread Peter Hutterer
synaptics.c: In function 'SynapticsPreInit': synaptics.c:731:18: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- src/properties.c |2 +- src/synapticsstr.h |2 +- 2 files changed, 2

Re: [PATCH] configure.ac: remove trailing white space

2012-01-02 Thread Peter Hutterer
On Mon, Jan 02, 2012 at 02:10:38PM +0100, Matthieu Herrb wrote: Signed-off-by: Matthieu Herrb matthieu.he...@laas.fr Reviewed-by: Peter Hutterer peter.hutte...@who-t.net --- configure.ac | 40 1 files changed, 20 insertions(+), 20 deletions(-)

[PATCH synaptics 1/3] Constify priv-device

2012-01-02 Thread Peter Hutterer
synaptics.c: In function 'SynapticsPreInit': synaptics.c:731:18: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- src/properties.c |2 +- src/synapticsstr.h |2 +- 2 files changed, 2

[PATCH synaptics 2/3] Remove unused variable 'thr'

2012-01-02 Thread Peter Hutterer
synaptics.c: In function 'SynapticsAccelerationProfile': synaptics.c:619:12: warning: unused variable 'thr' [-Wunused-variable] On input ABIs 14. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- src/synaptics.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git

[PATCH synaptics 3/3] test: fix build error introduced in 9f9b55ab55ed5

2012-01-02 Thread Peter Hutterer
Bad search/replace, ended up in two xf86SetStrOption declarations which differed on ABIs 14. Fixes https://bugs.freedesktop.org/show_bug.cgi?id=44335 Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- test/fake-symbols.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff

PATCH 0/2: Add XIEmulatesPointer flag

2012-01-02 Thread Carlos Garnacho
Hey, Here's a small patchset to add a XIEmulatesPointer flag to the XI2.2 spec, this is something needed by GTK+ as there are situations where the emulation could be performed on the client side, so it needs a way to distinguish the touch sequence emulating pointer events. Carlos

[PULL 1.11] fixes for 1.11

2012-01-02 Thread Peter Hutterer
commit 4e4bb319a4f9510277557f65676948cd1db10e93 The following changes since commit 625d1088192a9ad972c20fbdbcb4bb9fda979157: dmx: force -fno-strict-aliasing for xinput example (2011-12-21 12:21:58 -0800) are available in the git repository at: git://people.freedesktop.org/~whot/xserver

EOT [Was: Re: PATCH 0/2: Add XIEmulatesPointer flag]

2012-01-02 Thread Carlos Garnacho
Hey, There was a slight timing clash :), the inputproto patch was essentially the same than the one Peter sent ~2h ago [1], I've sent the xserver patch to that same thread, so nothing to see here... Carlos [1] http://lists.x.org/archives/xorg-devel/2012-January/028213.html On mar,

Re: [PATCH inputproto XI 2.2] Set a flag on the pointer-emulating touch event

2012-01-02 Thread Chase Douglas
On 01/02/2012 03:29 PM, Peter Hutterer wrote: Toolkits need to know which touch event emulated a pointer event and which ones do not. To quote Carlos Garnacho: GTK+ does client-side windows by default (GdkWindows without a backing X window), for this to work the toplevel window in

Re: X.org testing with Google Test

2012-01-02 Thread Jeremy Huddleston
Also, the tinderbox currently does make use of the existing unit tests in the server by running 'make check' after the build. I assume we could easily add these new unit tests to 'make check' and it will just work ... cjb, how do I add the rendercheck/x11perf/piglit/... runs to my

Fwd: [PULL] XQuartz Build Fix

2012-01-02 Thread Jeremy Huddleston
ping Begin forwarded message: From: Jeremy Huddleston jerem...@apple.com Subject: [PULL] XQuartz Build Fix Date: December 27, 2011 4:12:56 PM EST To: Keith Packard kei...@keithp.com Cc: X.Org Devel List xorg-de...@lists.freedesktop.org The following changes since commit

Re: PING: [PATCH xserver] xkb: Message actions suppress other key presses #28575

2012-01-02 Thread Chase Douglas
On 01/02/2012 12:44 PM, Jeremy Huddleston wrote: Poking Daniel, Chase, and Peter directly since they understand this magic best. I don't know anything about keyboards and xkb, so I'll defer to Peter and Daniel. -- Chase ___ xorg-devel@lists.x.org:

Re: [PATCH inputproto XI 2.2] Set a flag on the pointer-emulating touch event

2012-01-02 Thread Peter Hutterer
On Mon, Jan 02, 2012 at 05:55:47PM -0800, Chase Douglas wrote: On 01/02/2012 03:29 PM, Peter Hutterer wrote: Toolkits need to know which touch event emulated a pointer event and which ones do not. To quote Carlos Garnacho: GTK+ does client-side windows by default (GdkWindows without

Re: [PULL 1.11] fixes for 1.11

2012-01-02 Thread Jeremy Huddleston
Thanks. 625d108..82e0ae0 server-1.11-branch - server-1.11-branch On Jan 2, 2012, at 8:38 PM, Peter Hutterer wrote: commit 4e4bb319a4f9510277557f65676948cd1db10e93 The following changes since commit 625d1088192a9ad972c20fbdbcb4bb9fda979157: dmx: force -fno-strict-aliasing for xinput

Re: X.org testing with Google Test

2012-01-02 Thread Chase Douglas
On 01/02/2012 05:54 PM, Jeremy Huddleston wrote: Also, the tinderbox currently does make use of the existing unit tests in the server by running 'make check' after the build. I assume we could easily add these new unit tests to 'make check' and it will just work Correct. In Makefile.am, you

Re: [PATCH inputproto XI 2.2] Set a flag on the pointer-emulating touch event

2012-01-02 Thread Chase Douglas
On 01/02/2012 06:00 PM, Peter Hutterer wrote: On Mon, Jan 02, 2012 at 05:55:47PM -0800, Chase Douglas wrote: On 01/02/2012 03:29 PM, Peter Hutterer wrote: Toolkits need to know which touch event emulated a pointer event and which ones do not. To quote Carlos Garnacho: GTK+ does

[PATCH] dix: send NonlinearVirtual FocusOut events to the immediate parent (#44079)

2012-01-02 Thread Peter Hutterer
For a NonlinearVirtual transition from windows A to B, A-parent did not receive an event. DeviceFocusOutEvents sends to windows ]from, to[, so start with the actual window, not it's parent. X.Org Bug http://bugs.freedesktop.org/show_bug.cgi?id=44079 Signed-off-by: Peter Hutterer

Re: X.org testing with Google Test

2012-01-02 Thread Matt Dew
On 01/02/2012 10:41 AM, Chris Ball wrote: Hi, On Mon, Jan 02 2012, Matt Dew wrote: If I understand it correctly, tinderbox is a continuous integration system (much like Jenkins) that compiles and executes unit tests. That is, it should be no problem to execute the unit test executables built

Re: [PATCH synaptics 1/3] Constify priv-device

2012-01-02 Thread Chase Douglas
On 01/02/2012 05:19 PM, Peter Hutterer wrote: synaptics.c: In function 'SynapticsPreInit': synaptics.c:731:18: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- src/properties.c |2

Re: [PATCH synaptics 2/3] Remove unused variable 'thr'

2012-01-02 Thread Chase Douglas
On 01/02/2012 05:19 PM, Peter Hutterer wrote: synaptics.c: In function 'SynapticsAccelerationProfile': synaptics.c:619:12: warning: unused variable 'thr' [-Wunused-variable] On input ABIs 14. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Simple. Reviewed-by: Chase Douglas

Re: X.org testing with Google Test

2012-01-02 Thread Chris Ball
Hi, On Mon, Jan 02 2012, Matt Dew wrote: I should add that our current tinderbox's use of jhautobuild is not so much a conscious choice as a historical accident -- moving it over to Jenkins would be a fine project if someone's interested in doing it. Would this be enough work to this qualify

Re: [PATCH synaptics 3/3] test: fix build error introduced in 9f9b55ab55ed5

2012-01-02 Thread Chase Douglas
On 01/02/2012 05:19 PM, Peter Hutterer wrote: Bad search/replace, ended up in two xf86SetStrOption declarations which differed on ABIs 14. Fixes https://bugs.freedesktop.org/show_bug.cgi?id=44335 Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Looks right to me. Reviewed-by:

Re: [PATCH] dix: send NonlinearVirtual FocusOut events to the immediate parent (#44079)

2012-01-02 Thread Chase Douglas
On 01/02/2012 07:05 PM, Peter Hutterer wrote: For a NonlinearVirtual transition from windows A to B, A-parent did not receive an event. DeviceFocusOutEvents sends to windows ]from, to[, so start with the actual window, not it's parent. X.Org Bug

Re: [PATCH inputproto 1/2] specs: only pointer events have a PointerEmulated flag

2012-01-02 Thread Chase Douglas
On 01/02/2012 03:33 PM, Peter Hutterer wrote: Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Reviewed-by: Chase Douglas chase.doug...@canonical.com ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel

Re: [PATCH inputproto 2/2] specs: purge leftover TouchAccepted note

2012-01-02 Thread Chase Douglas
On 01/02/2012 03:33 PM, Peter Hutterer wrote: This flag does not exist anymore. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Isn't it amazing how much detritus there is :). Reviewed-by: Chase Douglas chase.doug...@canonical.com ___

Re: [PATCH synaptics 1/3] Constify priv-device

2012-01-02 Thread Peter Hutterer
On Mon, Jan 02, 2012 at 07:08:09PM -0800, Chase Douglas wrote: On 01/02/2012 05:19 PM, Peter Hutterer wrote: synaptics.c: In function 'SynapticsPreInit': synaptics.c:731:18: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] Signed-off-by:

[PATCH xorg-docs] informaltable cleanup

2012-01-02 Thread Matt Dew
On certain tables, add top and bottom borders to table header and a bottom border to the table. This matches what those tables in the old pdfs looked like. the ?dbfo keep-together='always' prevents tables from splitting across pages. Useful for tiny tables. Converting the colwidth to a floating

Re: [PATCH synaptics 1/3] Constify priv-device

2012-01-02 Thread Daniel Kurtz
On Tue, Jan 3, 2012 at 11:37 AM, Peter Hutterer peter.hutte...@who-t.netwrote: On Mon, Jan 02, 2012 at 07:08:09PM -0800, Chase Douglas wrote: On 01/02/2012 05:19 PM, Peter Hutterer wrote: synaptics.c: In function 'SynapticsPreInit': synaptics.c:731:18: warning: assignment discards

[PATCH XTS] lib/Xinput: include stdlib for getenv

2012-01-02 Thread Peter Hutterer
Crashes XSetDeviceFocus and probably everything else in XI that relies on d = getenv(DISPLAY); dpy = XOpenDisplay(d); With this patch, the tests now change from UNRESOLVED to UNTESTED. Hooray. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- Figuring out why getenv() returns

[PATCH XTS] lib/Xinput: check for the new device usage types

2012-01-02 Thread Peter Hutterer
IsXExtensionPointer/Keyboard were introduced with XI 1.4, check for those too before claiming there aren't any devices. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- xts5/src/lib/XInput.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git

Re: [PATCH] dix: send NonlinearVirtual FocusOut events to the immediate parent (#44079)

2012-01-02 Thread Peter Hutterer
nevermind, retracting this patch. the fixed XTS reports a number of issues with XI focus events, so this may be a larger problem. Cheers, Peter On Tue, Jan 03, 2012 at 01:05:27PM +1000, Peter Hutterer wrote: For a NonlinearVirtual transition from windows A to B, A-parent did not receive an

[PATCH] Always install xaa sdk headers

2012-01-02 Thread Peter Hutterer
From: Adam Jackson a...@redhat.com Always install XAA SDK headers so drivers still build even with --disable-xaa Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- hw/xfree86/Makefile.am |2 -- hw/xfree86/xaa/Makefile.am |4 2 files changed, 4 insertions(+), 2

Re: [PATCH] Always install xaa sdk headers

2012-01-02 Thread Jeremy Huddleston
Reviewed-by: Jeremy Huddleston jerem...@apple.com On Jan 3, 2012, at 1:22 AM, Peter Hutterer wrote: From: Adam Jackson a...@redhat.com Always install XAA SDK headers so drivers still build even with --disable-xaa Signed-off-by: Peter Hutterer peter.hutte...@who-t.net ---

[PATCH libXrender] Fix alpha premultiplication in XRenderParseColor.

2012-01-02 Thread Emanuele Giaquinta
Due to C arithmetic conversion rules we must use an unsigned constant (or a cast) to perform the multiplication using unsigned arithmetic. --- src/Color.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Color.c b/src/Color.c index 9c76e58..23ef800 100644 ---

[PATCH xserver] dix: Set XITouchEmulatingPointer on events from the touch sequence emulating pointer events

2012-01-02 Thread carlosg
From: Carlos Garnacho carl...@gnome.org The internal flag is kept around, merely translated to XITouchEmulatingPointer when creating the XI2 events that will be delivered to the client. Signed-off-by: Carlos Garnacho carl...@gnome.org --- dix/eventconvert.c |4 1 files changed, 4