Re: [PATCH] doc: Fix link to wl_list_remove()

2014-07-24 Thread Jason Ekstrand
Fine with me. Pushed. --Jason Ekstrand On Thu, Jul 24, 2014 at 5:35 PM, Bryce W. Harrington < b.harring...@samsung.com> wrote: > Use function linking syntax instead of variable linking, to resolve two > warnings: > > wayland-server.h:167: warning: explicit link request to > 'wl_list_remove'

Re: [RFC wayland v2 0/2] Wayland protocol dumper

2014-07-24 Thread Boyan Ding
Hi, On Thu, 2014-07-24 at 18:01 -0700, Bryce Harrington wrote: > Hmm, do I understand the directions correctly? > > In one terminal after building and installing the patched wayland, I've > run: > > $ ./wayland-tracer -S wayland-0 > > Then in another terminal window, I rebuild weston and: > >

Re: [RFC wayland v2 0/2] Wayland protocol dumper

2014-07-24 Thread Bryce Harrington
On Wed, Jul 23, 2014 at 04:21:19PM +0800, Boyan Ding wrote: > The v2 of patches sees a lot of new code and the most notable change > is the introduction of "server mode". Under server mode, the program > will act as a wayland server and can accept multiple clients via > WAYLAND_DISPLAY variable. An

[PATCH] doc: Fix link to wl_list_remove()

2014-07-24 Thread Bryce W. Harrington
Use function linking syntax instead of variable linking, to resolve two warnings: wayland-server.h:167: warning: explicit link request to 'wl_list_remove' could not be resolved wayland-server.h:188: warning: explicit link request to 'wl_list_remove' could not be resolved Signed-off-by:

Re: [PATCH weston] xwayland: set surface_id to 0 when client resource is found

2014-07-24 Thread Jason Ekstrand
Thanks. I just pushed this (with a small fix to change the variable name from "surface" to "id"). --Jason Ekstrand On Sun, Jul 20, 2014 at 1:10 AM, Boyan Ding wrote: > Only when reading through mails today did I find I had duplicated > efforts [1], sorry. > > This patch is > Reviewed-by: Boyan