Re: [PATCH weston] compositor-drm: Add key binding for hidding overlays

2012-10-31 Thread Ander Conselvan de Oliveira
Oops, seems like I sent this patch twice. Didn't notice I had -1 in the command line together with *.patch. Sorry for the noise. Ander On 10/31/2012 05:55 PM, Ander Conselvan de Oliveira wrote: Pressing ctrl-alt-o will cause the overlays to be hidden, but surfaces will still be assigned to di

[PATCH weston] compositor-drm: Add key binding for hidding overlays

2012-10-31 Thread Ander Conselvan de Oliveira
Pressing ctrl-alt-o will cause the overlays to be hidden, but surfaces will still be assigned to different planes. This helps with debugging of repaint culling below surfaces in other planes. --- src/compositor-drm.c | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff