ivi_layout_layer_set_visibility has bool
as argument.

Signed-off-by: Emre Ucan <eu...@de.adit-jv.com>
---
 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 277ac59..f656602 100644
--- a/ivi-shell/ivi-layout-export.h
+++ b/ivi-shell/ivi-layout-export.h
@@ -101,7 +101,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;
-- 
2.7.4

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to