[RDP compositor] set RDP output enabled by default (stable 1.2)

2013-08-16 Thread Hardening
This patch fixes a bug found by Marek Romanowic: the RDP peer output must be enabled by default, or we have to unfocus/focus the RDP client window to have disable/enable output messages sent (and finally receive updates). --- src/compositor-rdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(

Re: [PATCH v3] Fixes CJK wide character display

2013-08-16 Thread David Herrmann
Hi On Wed, Aug 14, 2013 at 2:30 AM, Kristian Høgsberg wrote: > On Thu, Aug 01, 2013 at 01:49:03PM +0800, Peng Wu wrote: >> By jumping two columns when wide character prints, >> and draw wide cursor under wide character. > > Hi Peng, > > I do want this feature in weston-terminal, but there's still

Re: [PATCH v2 wayland] pkg-config: scanner isn't arch-independent

2013-08-16 Thread Daniel Stone
Hi, On 16 August 2013 15:50, David Herrmann wrote: > On Fri, Aug 16, 2013 at 2:26 PM, Daniel Stone wrote: >> $(datadir) rather than $(libdir), is for architecture-independent data. >> pkg-config files should only be installed there if they're shareable >> across architectures, e.g. headers/data

Re: [PATCH v2 wayland] pkg-config: scanner isn't arch-independent

2013-08-16 Thread David Herrmann
Hi On Fri, Aug 16, 2013 at 2:26 PM, Daniel Stone wrote: > $(datadir) rather than $(libdir), is for architecture-independent data. > pkg-config files should only be installed there if they're shareable > across architectures, e.g. headers/data only, which wayland-scanner is > not. Move it to $(li

[PATCH weston] autotools: Don't use wayland-scanner.m4

2013-08-16 Thread Daiki Ueno
--- As Kristian pointed in: wayland-scanner.m4 is not so beneficial compared to copying a few lines of autoconf/makefile snippets around. After this, wayland-scanner.{pc,m4,mk} could be dropped from wayland. clients/Ma

Re: [RFC] protocol: Extend wayland seat with interfaces for sensor inputs.

2013-08-16 Thread Stefan Schmidt
Hello. Sorry for the delay. Got sick in between. Thanks for taking the time to review this. On 08/12/2013 05:14 PM, Thomas Daede wrote: On Thu, Aug 1, 2013 at 3:39 AM, Stefan Schmidt wrote: + + sensor"> + Updated sensor data available from compass + + + +

Re: [RFC] protocol: Extend wayland seat with interfaces for sensor inputs.

2013-08-16 Thread Stefan Schmidt
Hello. Sorry for the late reply. Got sick in between. First of all thanks for taking the time to review this and provide feedback. On 08/12/2013 04:54 PM, David Herrmann wrote: On Thu, Aug 1, 2013 at 10:39 AM, Stefan Schmidt wrote: Treating some specific sensors as input devices. In particula

[PATCH v2 wayland] pkg-config: scanner isn't arch-independent

2013-08-16 Thread Daniel Stone
$(datadir) rather than $(libdir), is for architecture-independent data. pkg-config files should only be installed there if they're shareable across architectures, e.g. headers/data only, which wayland-scanner is not. Move it to $(libdir) with the other pkg-config files. Signed-off-by: Daniel Ston

[PATCH wayland] pkg-config: scanner isn't arch-independent

2013-08-16 Thread Daniel Stone
$(datadir) rather than $(libdir), is for architecture-independent data. pkg-config files should only be installed there if they're shareable across architectures, e.g. headers/data only, which wayland-scanner is not. Move it to $(libdir) with the other pkg-config files. Signed-off-by: Daniel Ston