Re: [PATCH wayland 1/2 v2] protocol: Add resize from center flag.

2012-11-17 Thread Scott Moreau
On Sat, Nov 17, 2012 at 4:41 AM, Scott Moreau wrote: > > > On Fri, Nov 16, 2012 at 5:32 PM, Kristian Høgsberg wrote: > >> On Thu, Nov 15, 2012 at 01:38:54PM -0700, Scott Moreau wrote: >> > On Thu, Nov 15, 2012 at 1:02 PM, Scott Moreau wrote: >> > >> > > >> > > >> > > On Thu, Nov 15, 2012 at 12:5

Re: Problems with the newest wayland git

2012-11-17 Thread Pekka Paalanen
On Fri, 16 Nov 2012 14:11:49 -0800 Bill Spitzak wrote: > Pekka Paalanen wrote: > > Which 3D driver are you using? > > This is running the x11-compositor on the nvidea x11 driver on a rather > old nvidia graphics card. So far this has been the most successful setup > for me, I used noveau for a

Re: [PATCH wayland 1/2 v2] protocol: Add resize from center flag.

2012-11-17 Thread Scott Moreau
On Fri, Nov 16, 2012 at 5:32 PM, Kristian Høgsberg wrote: > On Thu, Nov 15, 2012 at 01:38:54PM -0700, Scott Moreau wrote: > > On Thu, Nov 15, 2012 at 1:02 PM, Scott Moreau wrote: > > > > > > > > > > > On Thu, Nov 15, 2012 at 12:57 PM, Bill Spitzak > wrote: > > > > > >> A scheme I have seen is to

[PATCH weston] simple-egl: Reset opaque region if not fullscreen.

2012-11-17 Thread Scott Moreau
If simple-egl is toggled fullscreen, the opqaue region is set for the surface but never removed after exiting fullscreen. This patch resets the opaque region to 0 if the surface is not fullscreen and -o was not passed. This fixes the problem introduced sometime since 6a615d2621, when this was last