Re: [PATCH weston] weston-terminal: Add a --maximized command line parameter

2017-03-17 Thread Daniel Stone
Hi, On 8 March 2017 at 17:58, Derek Foreman wrote: > This is useful for testing compositor response to a client that > requests a maximized initial surface. I tested this, and it results in the terminal requesting a top-level, committing, setting maximised, getting a configure for the initial to

Re: [PATCH weston] weston-terminal: Add a --maximized command line parameter

2017-03-15 Thread Mike Blumenkrantz
I'd like to see this merged for use with spec testing in Enlightenment. On Thu, Mar 9, 2017 at 3:50 PM Bryce Harrington wrote: > On Wed, Mar 08, 2017 at 11:58:20AM -0600, Derek Foreman wrote: > > This is useful for testing compositor response to a client that > > requests a maximized initial sur

Re: [PATCH weston] weston-terminal: Add a --maximized command line parameter

2017-03-09 Thread Bryce Harrington
On Wed, Mar 08, 2017 at 11:58:20AM -0600, Derek Foreman wrote: > This is useful for testing compositor response to a client that > requests a maximized initial surface. > > Signed-off-by: Derek Foreman Reviewed-by: Bryce Harrington > --- > clients/terminal.c | 5 + > 1 file changed, 5 ins

[PATCH weston] weston-terminal: Add a --maximized command line parameter

2017-03-08 Thread Derek Foreman
This is useful for testing compositor response to a client that requests a maximized initial surface. Signed-off-by: Derek Foreman --- clients/terminal.c | 5 + 1 file changed, 5 insertions(+) diff --git a/clients/terminal.c b/clients/terminal.c index 5c25fa8d..c5531790 100644 --- a/clients