Re: [PATCH 1/2] Add to output protocol to allow rotate/resize

2011-05-02 Thread Casey Dahlin
On Fri, Apr 29, 2011 at 04:58:24PM -0400, Kristian Høgsberg wrote: > Apps shouldn't generally change the *default* resolution. Games and > such may want to show their window at the native resolution and that's > part of the fullscreen plan: > > > http://lists.freedesktop.org/archives/wayland-d

Re: [PATCH 1/2] Add to output protocol to allow rotate/resize

2011-04-29 Thread Kristian Høgsberg
On Fri, Apr 29, 2011 at 11:35 AM, Casey Dahlin wrote: > On Fri, Apr 29, 2011 at 09:43:53AM +0200, Benjamin Franzke wrote: >> 2011/4/29 Casey Dahlin : >> > Adds some parameters to the output geometry event. Also adds a move method >> > to >> > change those parameters. >> > --- >> >  protocol/wayla

Re: [PATCH 1/2] Add to output protocol to allow rotate/resize

2011-04-29 Thread Casey Dahlin
On Fri, Apr 29, 2011 at 09:43:53AM +0200, Benjamin Franzke wrote: > 2011/4/29 Casey Dahlin : > > Adds some parameters to the output geometry event. Also adds a move method > > to > > change those parameters. > > --- > >  protocol/wayland.xml |   15 --- > >  1 files changed, 12 insertio

Re: [PATCH 1/2] Add to output protocol to allow rotate/resize

2011-04-29 Thread Benjamin Franzke
2011/4/29 Casey Dahlin : > Adds some parameters to the output geometry event. Also adds a move method to > change those parameters. > --- >  protocol/wayland.xml |   15 --- >  1 files changed, 12 insertions(+), 3 deletions(-) > > diff --git a/protocol/wayland.xml b/protocol/wayland.xml

[PATCH 1/2] Add to output protocol to allow rotate/resize

2011-04-28 Thread Casey Dahlin
Adds some parameters to the output geometry event. Also adds a move method to change those parameters. --- protocol/wayland.xml | 15 --- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 11976fa..187e961 100644 --- a/pr