Re: [PATCH weston] toytoolkit: Take into account transform when sending output allocation.

2012-10-10 Thread Kristian Høgsberg
On Sat, Sep 29, 2012 at 02:03:11AM -0600, Scott Moreau wrote: > --- > > It seems only wscreensaver and tablet-shell use output_get_allocation(). This > fixes a problem when screensaver gets the wrong size for transformed outputs > where width and height are swapped. Looks good, thanks. Kristian

Re: [PATCH weston] toytoolkit: Take into account transform when sending output allocation.

2012-10-01 Thread Scott Moreau
On Mon, Oct 1, 2012 at 1:37 AM, Pekka Paalanen wrote: > On Sat, 29 Sep 2012 02:03:11 -0600 > Scott Moreau wrote: > > > --- > > > > It seems only wscreensaver and tablet-shell use output_get_allocation(). > This > > fixes a problem when screensaver gets the wrong size for transformed > outputs >

Re: [PATCH weston] toytoolkit: Take into account transform when sending output allocation.

2012-10-01 Thread Pekka Paalanen
On Sat, 29 Sep 2012 02:03:11 -0600 Scott Moreau wrote: > --- > > It seems only wscreensaver and tablet-shell use output_get_allocation(). This > fixes a problem when screensaver gets the wrong size for transformed outputs > where width and height are swapped. The above message should appear in

[PATCH weston] toytoolkit: Take into account transform when sending output allocation.

2012-09-29 Thread Scott Moreau
--- It seems only wscreensaver and tablet-shell use output_get_allocation(). This fixes a problem when screensaver gets the wrong size for transformed outputs where width and height are swapped. clients/window.c | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --g