[PATCH] input: don't use typecasts to access members of InternalEvent.

2009-09-21 Thread Peter Hutterer
To avoid confusion, the member names are now postfixed with _event. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- Xi/exevents.c |4 ++-- dix/eventconvert.c | 10 +- dix/events.c| 10 +- hw/xfree86/common/xf86DGA.c |2

Re: [PATCH] configure: fix up check for tslib.

2009-09-21 Thread Peter Hutterer
On Mon, Sep 21, 2009 at 05:02:21PM +1000, Daniel Stone wrote: Hi, On Mon, Sep 21, 2009 at 03:07:35PM +1000, Peter Hutterer wrote: Reduce the tslib-check to the pkg-config check only instead of the previous library symbol check followd by a pkg-config check. This patch also reduces the

Re: [PATCH] Define server-supported protocol versions in one single file.

2009-09-21 Thread Rémi Cardona
Le 20/09/2009 14:22, Peter Hutterer a écrit : include/protocol-versions.h specifies each extension version as supported by the server and sent back on the wire to the client. This fixes up several issues with the server potentially reporting a higher version of the protocol if recompiled

Re: [PATCH] Define server-supported protocol versions in one single file.

2009-09-21 Thread Julien Cristau
On Sun, Sep 20, 2009 at 22:22:55 +1000, Peter Hutterer wrote: diff --git a/Xext/security.c b/Xext/security.c index 42eb9f0..b43e419 100644 --- a/Xext/security.c +++ b/Xext/security.c @@ -371,8 +371,8 @@ ProcSecurityQueryVersion( rep.type = X_Reply; rep.sequenceNumber

Re: Removing direct graphics access from DGA

2009-09-21 Thread Peter Hutterer
On Fri, Sep 18, 2009 at 10:28:15PM -0700, Keith Packard wrote: On Thu, 2009-09-17 at 10:24 +1000, Dave Airlie wrote: As long as someone tests quake 1 still works ;-) Ok, the DGA situation is actually worse than I thought. Any driver supporting framebuffer resizing that uses the

Re: Testing requested for pixman 0.16.1

2009-09-21 Thread Soeren Sandmann
Hi, How about this one in pixman-trap.c _pixman_edge_multi_init() Shouldn't the type of nx be 'pixman_fixed_48_16_t' not 'int'? As I read the code, it is dividing two pixman_fixed_48_16 values and the result of that is an integer and not a fixed point value. If we were actually using the 48

Re: xserver: Branch 'master'

2009-09-21 Thread Daniel Stone
Hi Matthias, On Mon, Sep 21, 2009 at 07:42:45AM -0700, Matthias Hopf wrote: hw/xfree86/modes/xf86Cursors.c | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) New commits: commit 977953bf14858d17c22208c848854ddbe7e86527 Author: Matthias Hopf mh...@suse.de Date: Mon

Re: xserver: Branch 'master' (fwd)

2009-09-21 Thread Matthias Hopf
F*ck. Wrong alias name. Sorry for the noise. Matthias ---BeginMessage--- On Sep 22, 09 00:51:12 +1000, Daniel Stone wrote: On Mon, Sep 21, 2009 at 07:42:45AM -0700, Matthias Hopf wrote: hw/xfree86/modes/xf86Cursors.c | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-)

Re: xserver: Branch 'master'

2009-09-21 Thread Matthias Hopf
On Sep 21, 09 09:46:55 -0700, Keith Packard wrote: Excerpts from Daniel Stone's message of Mon Sep 21 07:51:12 -0700 2009: Could you please run these commits past xorg-devel@ rather than committing directly, particularly if they're purely speculative and/or known to have problems, given

Re: xserver: Branch 'master'

2009-09-21 Thread Matthias Hopf
On Sep 21, 09 18:59:46 +0200, Matthias Hopf wrote: On Sep 21, 09 09:46:55 -0700, Keith Packard wrote: Excerpts from Daniel Stone's message of Mon Sep 21 07:51:12 -0700 2009: Could you please run these commits past xorg-devel@ rather than committing directly, particularly if they're purely

Re: xserver: Branch 'master'

2009-09-21 Thread Daniel Stone
(From address fixed, whoops.) On Mon, Sep 21, 2009 at 07:22:58PM +0200, Matthias Hopf wrote: On Sep 21, 09 18:59:46 +0200, Matthias Hopf wrote: On Sep 21, 09 09:46:55 -0700, Keith Packard wrote: Excerpts from Daniel Stone's message of Mon Sep 21 07:51:12 -0700 2009: Could you please run

[PATCH:app/xdpyinfo] Use xf86vmproto.h instead of xf86vmstr.h if it is installed

2009-09-21 Thread Alan Coopersmith
Clears warnings when built with xf86vidmodeproto 2.2.99.1 later Signed-off-by: Alan Coopersmith alan.coopersm...@sun.com --- configure.ac |2 +- xdpyinfo.c |9 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index dfd8c83..0ed78b0

Separate X-Screen feature - dual monitoring

2009-09-21 Thread Pradeep Reddy
Hello, I am having following configuration *Chipset** :945GME Express Integrated graphics controller* *Model * * :Asus eee PC 904HA* *Monito*r * :LVDS* *Driver * *:Xorg_X11_Intel_Video_Driver* *X-Server:

Re: [PATCH:app/xdpyinfo] Use xf86vmproto.h instead of xf86vmstr.h if it is installed

2009-09-21 Thread Peter Hutterer
On Mon, Sep 21, 2009 at 04:30:35PM -0700, Alan Coopersmith wrote: Clears warnings when built with xf86vidmodeproto 2.2.99.1 later Signed-off-by: Alan Coopersmith alan.coopersm...@sun.com --- configure.ac |2 +- xdpyinfo.c |9 +++-- 2 files changed, 8 insertions(+), 3