[PATCH weston] clients/editor.c: cursor now goes to a new line

2013-07-06 Thread Peter Maatman
--- clients/editor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/editor.c b/clients/editor.c index 5404b19..b9579af 100644 --- a/clients/editor.c +++ b/clients/editor.c @@ -946,8 +946,8 @@ text_entry_draw_cursor(struct text_entry *entry, cairo_t *cr)

[PATCH weston] clients/editor.c: esc key no longer prints out utf8 character

2013-07-06 Thread blackwolf12333
--- clients/editor.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clients/editor.c b/clients/editor.c index 0035904..b9579af 100644 --- a/clients/editor.c +++ b/clients/editor.c @@ -1155,11 +1155,13 @@ key_handler(struct window *window, wid

Re: [PATCH weston] compositor: rebuild the global list if we've removed a surface from it

2013-07-06 Thread Pekka Paalanen
On Wed, 26 Jun 2013 18:08:46 +0100 Rob Bradford wrote: > From: Rob Bradford > > The list of surfaces used by weston_compositor_pick_surface() is > maintained in list of surfaces stored on the compositor. This list is > generated from the surfaces across all the layers using > weston_compositor_

Re: [PATCH weston sdk v2 1/8] weston.pc: Add dependencies for pixman-1 and xkbcommon

2013-07-06 Thread Pekka Paalanen
On Fri, 05 Jul 2013 10:35:20 -0700 Thiago Macieira wrote: > On sexta-feira, 5 de julho de 2013 09.26.23, Pekka Paalanen wrote: > > The color management modules are an example of a weston module, that > > does not need pixman at all. If you grep through src/cms*.[ch], there > > is not a single men