Re: X server source code re-indented

2012-03-22 Thread Daniel Stone
Hi, On 22 March 2012 00:26, Chase Douglas chase.doug...@canonical.com wrote: On 03/21/2012 05:21 PM, Peter Hutterer wrote: http://www.x.org/wiki/CodingStyle The brace handling is different between here and what Daniel described. Here's from the wiki page: Opening curly brace on the same

[PATCH] Add APL support to compose

2012-03-22 Thread Geoff Streeter
First attempt to use git so apologies if I have got this wrong. From 19a9688932aa7119a1a24180a07958e941a4564e Mon Sep 17 00:00:00 2001 From: Geoff Streeter ge...@dyalog.com Date: Thu, 22 Mar 2012 15:02:00 + Subject: [PATCH] Add APL support to compose --- nls/en_US.UTF-8/Compose.pre | 185

Re: libX11: Changes to 'master'

2012-03-22 Thread Pander
On 2012-03-20 19:02, Daniel Stone wrote: Hi, On 20 March 2012 17:55, Pander pan...@users.sourceforge.net wrote: On 2012-03-20 16:41, Julien Cristau wrote: Then let's make it consistent by only having one of the orders for new sequences. Over time people will get the order that actually

[PATCH] Added an xorg configuration file snippet to disable grabbing of virtual test devices. Signed-off-by: Thomas Voß tvoss@tvoss-ThinkPad-X121e.(none)

2012-03-22 Thread thomas . voss
From: Thomas Voß tvoss@tvoss-ThinkPad-X121e.(none) --- data/Makefile.am |2 +- data/X11/xorg.conf.d/99-virtual-test-devices.conf |4 2 files changed, 5 insertions(+), 1 deletions(-) create mode 100644

Re: X server source code re-indented

2012-03-22 Thread Peter Hutterer
On Thu, Mar 22, 2012 at 12:17:20AM +, Daniel Stone wrote: Hi, On 21 March 2012 22:27, Chase Douglas chase.doug...@canonical.com wrote: On 03/21/2012 02:25 PM, Keith Packard wrote: I'll also happily take whitespace cleanup patches that recover from mistakes made by indent. I

[RFC] server-private and public header separation

2012-03-22 Thread Peter Hutterer
This is just a quickfire patch to show the principle, it has not been tested much. Plus, it's more of an idea right now, not sure if I'll find the time to do it. Right now, we export virtually everything including the gory bits of every struct. Which causes us to break the ABI whenever we so much

Re: [PATCH] Added an xorg configuration file snippet to disable grabbing of virtual test devices. Signed-off-by: Thomas Voß tvoss@tvoss-ThinkPad-X121e.(none)

2012-03-22 Thread Peter Hutterer
On Thu, Mar 22, 2012 at 01:54:30PM -0700, Chase Douglas wrote: On 03/22/2012 11:59 AM, thomas.v...@canonical.com wrote: From: Thomas Voß tvoss@tvoss-ThinkPad-X121e.(none) Looks like your email wasn't formatted properly :). I'm guessing you were missing a newline between the subject and the

EvdevMultitouch

2012-03-22 Thread Nandan Chaturbhuj
Hello Everyone. I am a developer. I am trying to use a touch-screen driver with X windows system. I tried using it with evdevmultitouch. But it gives me following error:- [X11] MT Protocol B Type : ABS_MT_SLOT is supported : [X11][EvdevMultitouchSetMultitouch] Failed to Change device property !

[PATCH synaptics] conf: the bcm5974 doesn't have Apple in the product name

2012-03-22 Thread Peter Hutterer
But it's still a single-button device from the known fruit manufacturer. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- Keith, you've got one of these, can you test this please? thanks. conf/50-synaptics.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [RFC] server-private and public header separation

2012-03-22 Thread Jamey Sharp
Well, I'm in favor, for whatever that's worth. :-) Jamey On Thu, Mar 22, 2012 at 9:25 PM, Peter Hutterer peter.hutte...@who-t.net wrote: This is just a quickfire patch to show the principle, it has not been tested much. Plus, it's more of an idea right now, not sure if I'll find the time to

Re: [RFC] server-private and public header separation

2012-03-22 Thread Chase Douglas
On 03/22/2012 09:25 PM, Peter Hutterer wrote: This is just a quickfire patch to show the principle, it has not been tested much. Plus, it's more of an idea right now, not sure if I'll find the time to do it. Right now, we export virtually everything including the gory bits of every struct.