Re: [PATCH wayland 3/3] server: Use existing id variable when inserting created object

2015-01-23 Thread Bryce Harrington
On Fri, Jan 23, 2015 at 04:21:15PM +0800, Jonas Ådahl wrote: > We already have the id variable there and it makes it slightly easier to > read. > > Signed-off-by: Jonas Ådahl Thanks, applied all three. b7f9925..ab3ee6f master -> master > --- > src/wayland-server.c | 5 ++--- > 1 file cha

Re: [PATCH wayland 3/3] server: Use existing id variable when inserting created object

2015-01-23 Thread Bryce Harrington
On Fri, Jan 23, 2015 at 04:21:15PM +0800, Jonas Ådahl wrote: > We already have the id variable there and it makes it slightly easier to > read. > > Signed-off-by: Jonas Ådahl > --- > src/wayland-server.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/src/wayland-s

[PATCH wayland 3/3] server: Use existing id variable when inserting created object

2015-01-23 Thread Jonas Ådahl
We already have the id variable there and it makes it slightly easier to read. Signed-off-by: Jonas Ådahl --- src/wayland-server.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/wayland-server.c b/src/wayland-server.c index c845dd6..cde1eef 100644 --- a/src/wayland-