Re: [PATCH v5] compositor: call configure on surfaces with a null buffer too

2013-02-21 Thread Giulio Camuffo
2013/2/21 Pekka Paalanen : > On Wed, 20 Feb 2013 16:28:48 +0100 > Giulio Camuffo wrote: > >> This way the shell can know when a surface has been unmapped by >> checking the value returned by weston_surface_is_mapped(surface). >> The configure handlers have now width and height parameters, so >> th

Re: [PATCH v5] compositor: call configure on surfaces with a null buffer too

2013-02-21 Thread Pekka Paalanen
On Wed, 20 Feb 2013 16:28:48 +0100 Giulio Camuffo wrote: > This way the shell can know when a surface has been unmapped by > checking the value returned by weston_surface_is_mapped(surface). > The configure handlers have now width and height parameters, so > they do not need anymore to check manu

[PATCH v5] compositor: call configure on surfaces with a null buffer too

2013-02-20 Thread Giulio Camuffo
This way the shell can know when a surface has been unmapped by checking the value returned by weston_surface_is_mapped(surface). The configure handlers have now width and height parameters, so they do not need anymore to check manually the buffer size. If a surface's buffer is NULL the width and h