Re: [PULL] kdrive fix

2013-04-04 Thread Keith Packard
Peter Hutterer peter.hutte...@who-t.net writes: Geert Uytterhoeven (1): kdrive/fbdev: revive randr new screen size logic Peter Hutterer (1): Revert kdrive: fix set but not used warnings Merged. ac4c2ab..8928f8f master - master -- keith.pack...@intel.com pgp4iOqhSVCNi.pgp

Re: [PULL 1.14] input fixes for 1.14.1

2013-04-04 Thread Matt Dew
Acked. On 04/02/2013 12:04 AM, Peter Hutterer wrote: two comment fixes that are negligible, just there so the future merges are easier. The configure.ac and xfixes ones fix the build, they're much needed. The following changes since commit 103b77c59e3638a45179bf6d7908f5c738d2d872:

Re: [xinit] XSLASHGLOB

2013-04-04 Thread Thomas Klausner
On Mon, Apr 01, 2013 at 10:18:10PM -0700, Alan Coopersmith wrote: On 07/12/12 04:57 AM, Thomas Klausner wrote: Hi! While looking at NetBSD xsrc patches I found one for xinit. Index: xinit/dist/xinitrc.cpp === RCS

[PATCH:xinit] Use xinitrc.d/?*.sh as the matching pattern instead of needing a fragile sed substitution XSLASHGLOB to produce xinitrc.d/*.sh. (If that were used literally the slash-star would confuse

2013-04-04 Thread Thomas Klausner
--- cpprules.in | 1 - xinitrc.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cpprules.in b/cpprules.in index 92a987d..eaea428 100644 --- a/cpprules.in +++ b/cpprules.in @@ -10,7 +10,6 @@ CPP_SED_MAGIC = $(SED) -e '/^\# *[0-9][0-9]* *.*$$/d' \

Re: [PATCH v2 libXi] Require XFixes for PointerBarrier, remove duplicate typedef

2013-04-04 Thread Julien Cristau
On Thu, Mar 28, 2013 at 09:24:57 +1000, Peter Hutterer wrote: The PointerBarrier typedef is duplicate if a client includes both Xfixes.h and XInput2.h. gcc 4.6 won't complain about that, but earlier versions do:

Re: [PATCH synaptics 1/3] Improve readability of the soft button areas

2013-04-04 Thread Peter Hutterer
On Wed, Apr 03, 2013 at 09:09:08AM +0200, walter harms wrote: Am 03.04.2013 04:09, schrieb Peter Hutterer: Replace the hardcoded indices with enums that are somewhat expressive. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- src/synaptics.c | 78