From a4608461b2abb763d0358fc5fb92777568dab39f Mon Sep 17 00:00:00 2001 From: Emre Ucan Date: Fri, 26 Jan 2018 15:04:56 +0100 Subject: [PATCH] ivi-shell: change layer visibility to bool ivi_layout_layer_set_visibility has bool as argument. Signed-off-by: Emre Ucan Reviewed-by: Pekka Paalanen --- ivi-shell/ivi-layout-export.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivi-shell/ivi-layout-export.h b/ivi-shell/ivi-layout-export.h index c15c7f83..016d8b5c 100644 --- a/ivi-shell/ivi-layout-export.h +++ b/ivi-shell/ivi-layout-export.h @@ -102,7 +102,7 @@ struct ivi_layout_layer_properties int32_t dest_width; int32_t dest_height; enum wl_output_transform orientation; - uint32_t visibility; + bool visibility; int32_t transition_type; uint32_t transition_duration; double start_alpha;