Re: Accessibility considerations

2016-03-13 Thread Peter Hutterer
On Fri, Mar 11, 2016 at 02:13:03PM +0800, Jonas Ã…dahl wrote: > Hi, > > On Fri, Mar 11, 2016 at 06:51:35AM +0100, Timofonic wrote: > > Please consider mandatory high contrast option with custom colors. I prefer > > black background and green foreground, it's a lie better for Mr eyes > > because c

Re: Questions about experimental Spice compositor rebase

2016-03-13 Thread Fabio Fantoni
Il 12/03/2016 23:13, Fabio Fantoni ha scritto: Il 10/03/2016 22:58, Yury Shvedov ha scritto: On 03/10/2016 06:04 PM, Fabio Fantoni wrote: In recent years have done too little programming and mymemory is bad lately. About the performance problem I remember something like a big problem also i

Re: Accessibility considerations

2016-03-13 Thread Matthias Clasen
> > Btw. Matthias guessed an implementation would belong in xkbcommon, but > that is also used client-side. How does that fit in with server-side > accessibility implementation? This is where I would really hope for Daniel Stone to chime in... ___ waylan

Re: Accessibility considerations

2016-03-13 Thread Matthias Clasen
On Fri, Mar 11, 2016 at 12:51 AM, Timofonic wrote: > Please consider mandatory high contrast option with custom colors. I prefer > black background and green foreground, it's a lie better for Mr eyes because > clear colors really tire me. > > Text-To-Speech and braille devices should be very serio

[PATCH weston] input: Implement wl_seat.release

2016-03-13 Thread Quentin Glidic
From: Quentin Glidic Avoid a crash because listener is NULL. Signed-off-by: Quentin Glidic --- src/input.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/src/input.c b/src/input.c index 8c106dd..5d13b08 100644 --- a/src/input.c +++ b/src/input.c @@ -2230,10 +2230,17 @@ seat_get_tou