Re: Why got XEvent type 84 in _x11_fd_callback?

2014-01-15 Thread Stephen M. Webb
gesture recognition internally and report as additional button events. You may want to reconfigure X to use the evdev driver for the device instead. -- Stephen M. Webb stephen.w...@bregmasoft.ca ___ xorg-devel@lists.x.org: X.Org development Archives

[PATCH xorg-gtest 1/3] fix 'make check' failure in a headless environment

2013-01-30 Thread Stephen M. Webb
From: Stephen M. Webb stephen.w...@canonical.com The example tests suite failed to build in a headless environment because that test suite relied on a default x.org installation. This patch does not assume the build system has such a server and uses the dummy driver explicitly. Signed-off

[PATCH xorg-gtest 0/3] latest Ubuntu packaging patches

2013-01-30 Thread Stephen M. Webb
From: Stephen M. Webb stephen.w...@canonical.com This is a series of patches applied to xorg-gtest 0.7.0 during packaging. Stephen M. Webb (3): fix 'make check' failure in a headless environment accommodate valgrind being a wrapper script silenced truncation warnings on i386 targets

[PATCH xorg-gtest 2/3] accommodate valgrind being a wrapper script

2013-01-30 Thread Stephen M. Webb
From: Stephen M. Webb stephen.w...@canonical.com Some systems provide valgrind as a shell script wrapper that calls through to the real valgrind binary. The xorg-gtest test suite fails on those platforms because it causes the process args to mismatch. Signed-off-by: Stephen M. Webb stephen.w

[PATCH xorg-gtest 3/3] silenced truncation warnings on i386 targets

2013-01-30 Thread Stephen M. Webb
From: Stephen M. Webb stephen.w...@canonical.com Code using xorg-gtest and compiling on 32-bit x86 targets using GCC 4.7 or later get a truncation warning setting timeouts for sigtimedwait(). If the code sets -Werror this is fatal. This patch prevents those warnings. Signed-off-by: Stephen M

Re: [PATCH xorg-gtest 1/3] Add Environment::Kill() to forcefully terminate the dummy Xorg server

2012-04-23 Thread Stephen M. Webb
On 04/18/2012 01:39 PM, Chase Douglas wrote: Signed-off-by: Chase Douglas chase.doug...@canonical.com Reviewed-by: Stephen M. Webb stephen.w...@bregmasoft.ca --- include/xorg/gtest/environment.h |5 + src/environment.cpp |6 ++ 2 files changed, 11 insertions

Re: [PATCH xorg-gtest 2/3] Kill dummy Xorg server when a terminating signal arrives

2012-04-23 Thread Stephen M. Webb
On 04/18/2012 01:39 PM, Chase Douglas wrote: This only takes effect if the program links in the provided main() function. If you provide your own main() you must handle signals yourself. Signed-off-by: Chase Douglas chase.doug...@canonical.com Reviewed-by: Stephen M. Webb stephen.w

Re: [PATCH xorg-gtest 3/3] Provide a full server layout in dummy.conf

2012-04-23 Thread Stephen M. Webb
is used by providing a full server layout in the main configuration file. Signed-off-by: Chase Douglas chase.doug...@canonical.com Reviewed-by: Stephen M. Webb stephen.w...@bregmasoft.ca --- data/xorg/gtest/dummy.conf | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff

Re: [PATCH xorg-gtest] Wait for dummy X server to shut down in Environment::TearDown()

2012-04-20 Thread Stephen M. Webb
chase.doug...@canonical.com Reviewd-by: Stephen M. Webb stephen.w...@bregmasoft.ca --- src/environment.cpp | 30 -- 1 files changed, 24 insertions(+), 6 deletions(-) diff --git a/src/environment.cpp b/src/environment.cpp index c1c4d80..d7d1c82 100644 --- a/src

Re: [PATCH xorg-gtest v2] Add xorg::testing::evemu::Device

2012-03-06 Thread Stephen M. Webb
create mode 100644 src/device.cpp Reviewed-by: Stephen M. Webb stephen.w...@bregmasoft.ca -- Stephen M. Webb stephen.w...@bregmasoft.ca ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org

Re: [PATCH xorg-gtest 5/5] Add xorg::testing::evemu::{Device, Recording}

2012-03-05 Thread Stephen M. Webb
| 51 +++ I find it a little unusual that the recording and playback operations are a separate object than the device they operate on. -- Stephen M. Webb ___ xorg-devel@lists.x.org: X.Org development Archives: http

Re: [PATCH xorg-gtest] Add symbol version scripts

2012-02-07 Thread Stephen M. Webb
symbols do not get accidentally versioned with XORG_GTEST_1.0 tag. Reviewed-by: Stephen M. Webb stephen.w...@canonical.com ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo