Re: [PATCH] Add option to not install wayland-scanner

2013-07-23 Thread Abhijit Potnis
Hi, This is how upstream yocto does it . < http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-graphics/wayland/wayland/just-scanner.patch > There are these issues like the CLOEXEC when compiling on older host, that why we intend to restrict building wayand at just the scanner. You

[PATCH] screenshot: Drop extraneous 'is' to improve warning msg grammar

2013-07-23 Thread Bryce W. Harrington
Signed-off-by: Bryce Harrington --- clients/screenshot.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/screenshot.c b/clients/screenshot.c index 1f73df6..7511ef7 100644 --- a/clients/screenshot.c +++ b/clients/screenshot.c @@ -249,7 +249,7 @@ int main(int argc, ch

[PATCH wayland-web] Building: Fix prefix for libunwind in documentation

2013-07-23 Thread Bryce W. Harrington
Signed-off-by: Bryce Harrington --- building.html |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building.html b/building.html index 1eed935..b56d4dd 100644 --- a/building.html +++ b/building.html @@ -153,7 +153,7 @@ pixman. $ git clone git://git.sv.gnu.org/libunwind

Re: [PATCH] Add option to not install wayland-scanner

2013-07-23 Thread Mike Lothian
Hi I was just wondering if anyone was interested in this patch or had any suggestions on how I could improve it Regards Mike On 16 Jul 2013 00:48, "Mike Lothian" wrote: > Hi > > I compile wayland for both 32bit and 64bit concurrently but unfortunately > the 32bit wayland-scanner always took pr

Re: [PATCH v2 1/3] Handle CJK wide glyph rendering

2013-07-23 Thread Peng Wu
Hi, On Tue, 2013-07-23 at 10:14 +0200, David Herrmann wrote: > If you don't implement it properly, you will soon notice that stuff > like vim will fail. They rely on these features. Sorry, I just found the problem with vim. I will re-send the patch after fixing the vim glyph display. In the past

Re: [PATCH v2 1/3] Handle CJK wide glyph rendering

2013-07-23 Thread David Herrmann
Hi On Tue, Jul 23, 2013 at 9:49 AM, Peng Wu wrote: > Hi, > > On Tue, 2013-07-23 at 09:22 +0200, David Herrmann wrote: >> Please first address the issues I mentioned in v1. You cannot just >> redraw characters and be fine. That's not how it works. You need to >> adjust handle_char() to move the cu

Re: [PATCH v2 1/3] Handle CJK wide glyph rendering

2013-07-23 Thread Peng Wu
Hi, On Tue, 2013-07-23 at 09:22 +0200, David Herrmann wrote: > Please first address the issues I mentioned in v1. You cannot just > redraw characters and be fine. That's not how it works. You need to > adjust handle_char() to move the cursor two columns for > wide-characters. > Actually I also ad

Re: [PATCH v2 1/3] Handle CJK wide glyph rendering

2013-07-23 Thread David Herrmann
Hi On Tue, Jul 23, 2013 at 4:44 AM, Peng Wu wrote: > Yes, I just followed the gnome vte terminal widget code. > I will try to send v3 patch set to remove glib dependencies soon. Please first address the issues I mentioned in v1. You cannot just redraw characters and be fine. That's not how it wo