Re: [PATCH 2/2 v3] shell: account for the subsurfaces when going fullscreen or maximizing
On Tue, 26 Feb 2013 16:24:32 +0100 Giulio Camuffo wrote: > We must calculate the bounding box of the surface + subsurfaces set and use > that when maximizing the window or going fullscreen. > --- > src/shell.c | 89 > ++--- > 1 file change
[PATCH 2/2 v3] shell: account for the subsurfaces when going fullscreen or maximizing
We must calculate the bounding box of the surface + subsurfaces set and use that when maximizing the window or going fullscreen. --- src/shell.c | 89 ++--- 1 file changed, 68 insertions(+), 21 deletions(-) diff --git a/src/shell.c b/src/she