An attempt at fixing a bug involving DGA and mouse buttons

2012-08-19 Thread Steven Elliott
I'd like to describe a bug I've encountered involving mouse events and DGA as well as my attempt at fixing it. Hopefully either my patch is acceptable, or people will have ideas about how it can be improved. I'll mention some specifics about my setup at the end. Recently I debugged a problem wher

Re: [PATCH] xfree86: Bump extension ABI to 7.0

2012-08-19 Thread Keith Packard
Aaron Plattner writes: > Commit 9d457f9c55f12106ba44c1c9db59d14f978f0ae8 added an array of > DevPrivateSetRec structures in the middle of the ScreenRec, which throws off > extension modules trying to call things like pScreen->DestroyPixmap. Merged. ac616d8..3e091e1 master -> master -- keit

Re: X.Org Book Sprint 2012 (guide to writing graphics drivers)

2012-08-19 Thread Connor Behan
On 16/08/12 10:04 PM, mar...@osource.org wrote: > (Cross post. Yes, I know this is short notice and a short window to > reply. My apologies on that.) > > X.Org Book Sprint 2012 > Monday Sept 17 & Tuesday Sept 18. > N?rnberg (Nuremberg), Germany. > > The X.Org Consortium will hold a book spr

[PATCH] os: fix typo, fsync when WIN32 is _not_ defined

2012-08-19 Thread Peter Hutterer
Introduced in 164b38c72fe9c69d13ea4f9c46d4ccc46566d826 Reported-by: Jon TURNEY Signed-off-by: Peter Hutterer --- os/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/log.c b/os/log.c index a0628fd..4820e9a 100644 --- a/os/log.c +++ b/os/log.c @@ -374,7 +374,7 @@ LogSW

[PATCH xinput] Increase interactiveness of test* output

2012-08-19 Thread Peter Hutterer
From: Nikolai Kondrashov Force line buffering for test and test_xi2 to increase interactiveness and avoid losing data with non-terminal stdout. This fixes capturing xinput test* output into a file. Signed-off-by: Nikolai Kondrashov Signed-off-by: Peter Hutterer --- src/test.c | 2 ++ src/

Re: [PATCH vesa 1/2] Remove unneeded AM_CONDITIONAL

2012-08-19 Thread Peter Hutterer
On Sat, Aug 18, 2012 at 08:53:33PM +0600, Alexandr Shadchin wrote: > Signed-off-by: Alexandr Shadchin > --- > configure.ac |9 + > 1 files changed, 5 insertions(+), 4 deletions(-) > > diff --git a/configure.ac b/configure.ac > index 6317acd..08e0571 100644 > --- a/configure.ac > +++

Re: [PATCH vesa 2/2] Fix check function in VESASaveRestore

2012-08-19 Thread Peter Hutterer
On Sat, Aug 18, 2012 at 08:53:34PM +0600, Alexandr Shadchin wrote: > Signed-off-by: Alexandr Shadchin > --- > src/vesa.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/vesa.c b/src/vesa.c > index 8ac77da..11cd26c 100644 > --- a/src/vesa.c > +++ b/src/vesa.c >