Re: [PATCH weston v5 11/14] compositor: Add weston_layer_mask_is_infinite

2018-08-06 Thread Pekka Paalanen
On Fri, 20 Jul 2018 20:03:32 +0100 Daniel Stone wrote: > As a counterpart to weston_layer_set_mask_infinite(), returning if the > mask is the same as what is set. > > Signed-off-by: Daniel Stone > --- > libweston/compositor.c | 9 + > libweston/compositor.h | 3 +++ > 2 files changed,

[PATCH weston v5 11/14] compositor: Add weston_layer_mask_is_infinite

2018-07-20 Thread Daniel Stone
As a counterpart to weston_layer_set_mask_infinite(), returning if the mask is the same as what is set. Signed-off-by: Daniel Stone --- libweston/compositor.c | 9 + libweston/compositor.h | 3 +++ 2 files changed, 12 insertions(+) diff --git a/libweston/compositor.c b/libweston/composi