Re: [PATCH 2/4] shell: reset rotation for maximized surface

2013-03-19 Thread Kristian Høgsberg
On Mon, Mar 11, 2013 at 07:26:54PM +0100, Rafal Mielniczuk wrote: > Surface will preserve its rotation transformation when maximizing, which > will cause incosistiencies (eg. no window shadows drawn) > > This patch removes rotation from maximized surface and restore it when > unmaximizing (just li

[PATCH 2/4] shell: reset rotation for maximized surface

2013-03-11 Thread Rafal Mielniczuk
Surface will preserve its rotation transformation when maximizing, which will cause incosistiencies (eg. no window shadows drawn) This patch removes rotation from maximized surface and restore it when unmaximizing (just like in fullscreen mode) --- src/shell.c | 31 ++-