Re: [PATCH weston v4 01/15] Add a fullscreen shell protocol

2014-03-07 Thread Jason Ekstrand
On Mar 7, 2014 1:14 PM, "Bryce W. Harrington" wrote: > > On Fri, Mar 07, 2014 at 11:31:16AM -0600, Jason Ekstrand wrote: > > > > + If the size of the presented surface changes, the resulting output > > > > + is undefined. The compositor may attempt to change the output > > mode > > > > +

Re: [PATCH weston v4 01/15] Add a fullscreen shell protocol

2014-03-07 Thread Bryce W. Harrington
On Fri, Mar 07, 2014 at 11:31:16AM -0600, Jason Ekstrand wrote: > > > + If the size of the presented surface changes, the resulting output > > > + is undefined. The compositor may attempt to change the output > mode > > > + to compensate. However, there is no guarantee that a suitable

Re: [PATCH weston v4 01/15] Add a fullscreen shell protocol

2014-03-07 Thread Jason Ekstrand
Hi Bryce, Thanks for reviewing! I'll get the typo changes made and look into canceled vs. cancelled. More comments below On Mar 6, 2014 9:38 PM, "Bryce W. Harrington" wrote: > > On Tue, Feb 25, 2014 at 07:26:33PM -0600, Jason Ekstrand wrote: > > Signed-off-by: Jason Ekstrand > > --- > > proto

Re: [PATCH weston v4 01/15] Add a fullscreen shell protocol

2014-03-06 Thread Bryce W. Harrington
On Tue, Feb 25, 2014 at 07:26:33PM -0600, Jason Ekstrand wrote: > Signed-off-by: Jason Ekstrand > --- > protocol/fullscreen-shell.xml | 158 > ++ > 1 file changed, 158 insertions(+) > create mode 100644 protocol/fullscreen-shell.xml > > diff --git a/prot

[PATCH weston v4 01/15] Add a fullscreen shell protocol

2014-02-25 Thread Jason Ekstrand
Signed-off-by: Jason Ekstrand --- protocol/fullscreen-shell.xml | 158 ++ 1 file changed, 158 insertions(+) create mode 100644 protocol/fullscreen-shell.xml diff --git a/protocol/fullscreen-shell.xml b/protocol/fullscreen-shell.xml new file mode 100644 in