Re: [weston PATCH v8 1/2] add the set_maximised implementation

2012-02-08 Thread Juan Zhao
On 02/08/2012 05:44 PM, Pekka Paalanen wrote: You can test multi-output easily by running weston under X, using for instance: $ weston -o output-count=3 Thanks to your comments! I like the refining process. :) Just refined and double test, will send the v9 patches later soon. Thanks again, Ju

Re: [weston PATCH v8 1/2] add the set_maximised implementation

2012-02-08 Thread Pekka Paalanen
On Wed, 8 Feb 2012 12:02:19 +0800 juan.j.z...@linux.intel.com wrote: > From: Juan Zhao > > --- > src/shell.c | 100 > +++ > 1 files changed, 100 insertions(+), 0 deletions(-) > > diff --git a/src/shell.c b/src/shell.c > index 53b192c..

[weston PATCH v8 1/2] add the set_maximised implementation

2012-02-07 Thread juan . j . zhao
From: Juan Zhao --- src/shell.c | 100 +++ 1 files changed, 100 insertions(+), 0 deletions(-) diff --git a/src/shell.c b/src/shell.c index 53b192c..ae66d3d 100644 --- a/src/shell.c +++ b/src/shell.c @@ -81,6 +81,7 @@ enum shell_surface_ty