Re: [PATCH v4] Fixes CJK wide character display

2013-08-19 Thread Daniel Stone
Hi, On 19 August 2013 23:37, Kristian Høgsberg wrote: > On Mon, Aug 19, 2013 at 01:00:52PM -0700, Othman, Ossama wrote: >> That's an implementation-specific preprocessor symbol. Please use the >> _XOPEN_SOURCE feature test macro instead. >> >> The user could also potentially define that feature

Re: [Take 3][PATCH] Add touch support for wl_shell_surface_move

2013-08-19 Thread Kristian Høgsberg
On Thu, Aug 15, 2013 at 09:10:08AM -0700, Rusty Lynch wrote: > From ecd0073b03e9b1f59bc1f99181250027073fcf76 Mon Sep 17 00:00:00 2001 > From: Rusty Lynch > Date: Wed, 14 Aug 2013 09:27:44 -0700 > Subject: [PATCH] Add touch support for wl_shell_surface_move Merged this one, good stuff. We still n

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

2013-08-19 Thread Kristian Høgsberg
On Fri, Aug 16, 2013 at 03:55:52PM +0100, Daniel Stone wrote: > 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 instal

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

2013-08-19 Thread Kristian Høgsberg
On Fri, Aug 16, 2013 at 04:16:54PM +0200, Daiki Ueno wrote: > --- > As Kristian pointed in: > > wayland-scanner.m4 is not so beneficial compared to copying a few > lines of autoconf/makefile snippets around. After this,

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

2013-08-19 Thread Kristian Høgsberg
On Sat, Aug 17, 2013 at 12:30:31AM +0200, Hardening wrote: > 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). Patch appli

Re: [PATCH v4] Fixes CJK wide character display

2013-08-19 Thread Kristian Høgsberg
On Mon, Aug 19, 2013 at 01:00:52PM -0700, Othman, Ossama wrote: > Hi, > > CCing the list this time around ... > > On Sun, Aug 18, 2013 at 7:59 PM, Peng Wu wrote: > > > By jumping two columns when wide character prints, > > and draw wide background under wide character. > > --- > > clients/term

Re: [PATCH v4] Fixes CJK wide character display

2013-08-19 Thread Othman, Ossama
Hi, CCing the list this time around ... On Sun, Aug 18, 2013 at 7:59 PM, Peng Wu wrote: > By jumping two columns when wide character prints, > and draw wide background under wide character. > --- > clients/terminal.c | 31 +-- > 1 file changed, 29 insertions(+), 2 d