mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 20:28:03 +02:00
ivi-shell: change layer visibility to bool
ivi_layout_layer_set_visibility has bool as argument. Signed-off-by: Emre Ucan <eucan@de.adit-jv.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
parent
4b72ff0e89
commit
a4608461b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue