Re: [PATCH 1/9] shell: Position DRIVER fullscreen surfaces at origin

2013-05-29 Thread Kristian Høgsberg
On Wed, May 29, 2013 at 09:20:25AM +0200, Alexander Larsson wrote: > On tis, 2013-05-28 at 16:10 -0400, Kristian Høgsberg wrote: > > On Tue, May 28, 2013 at 04:23:32PM +0200, al...@redhat.com wrote: > > > From: Alexander Larsson > > > > > > When a window is fullscreened with DRIVER method and we

Re: [PATCH 1/9] shell: Position DRIVER fullscreen surfaces at origin

2013-05-29 Thread Alexander Larsson
On tis, 2013-05-28 at 16:10 -0400, Kristian Høgsberg wrote: > On Tue, May 28, 2013 at 04:23:32PM +0200, al...@redhat.com wrote: > > From: Alexander Larsson > > > > When a window is fullscreened with DRIVER method and we succeeded > > in changing mode we need to actually move the surface to the >

Re: [PATCH 1/9] shell: Position DRIVER fullscreen surfaces at origin

2013-05-28 Thread Kristian Høgsberg
On Tue, May 28, 2013 at 04:23:32PM +0200, al...@redhat.com wrote: > From: Alexander Larsson > > When a window is fullscreened with DRIVER method and we succeeded > in changing mode we need to actually move the surface to the > origin of the output, or it won't be used for scanout. > --- > src/sh

[PATCH 1/9] shell: Position DRIVER fullscreen surfaces at origin

2013-05-28 Thread alexl
From: Alexander Larsson When a window is fullscreened with DRIVER method and we succeeded in changing mode we need to actually move the surface to the origin of the output, or it won't be used for scanout. --- src/shell.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/shell.c b/src/s