Re: [PATCH weston 2/8] shell: use own struct for transient surfaces

2012-05-07 Thread Kristian Høgsberg
On Mon, May 07, 2012 at 03:23:08PM +0300, Tiago Vignatti wrote: > No functional changes; it's only opening space for modifications coming along > on the next commits. Looks fine. Kristian > Signed-off-by: Tiago Vignatti > --- > src/shell.c | 12 > 1 file changed, 8 insertions(+),

[PATCH weston 2/8] shell: use own struct for transient surfaces

2012-05-07 Thread Tiago Vignatti
No functional changes; it's only opening space for modifications coming along on the next commits. Signed-off-by: Tiago Vignatti --- src/shell.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/shell.c b/src/shell.c index 6f1ba81..e377120 100644 --- a/src/sh