|
|
@ -1786,17 +1786,6 @@ ivi_layout_layer_set_visibility(struct ivi_layout_layer *ivilayer, |
|
|
|
return IVI_SUCCEEDED; |
|
|
|
return IVI_SUCCEEDED; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
static bool |
|
|
|
|
|
|
|
ivi_layout_layer_get_visibility(struct ivi_layout_layer *ivilayer) |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
if (ivilayer == NULL) { |
|
|
|
|
|
|
|
weston_log("ivi_layout_layer_get_visibility: invalid argument\n"); |
|
|
|
|
|
|
|
return false; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return ivilayer->prop.visibility; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int32_t |
|
|
|
int32_t |
|
|
|
ivi_layout_layer_set_opacity(struct ivi_layout_layer *ivilayer, |
|
|
|
ivi_layout_layer_set_opacity(struct ivi_layout_layer *ivilayer, |
|
|
|
wl_fixed_t opacity) |
|
|
|
wl_fixed_t opacity) |
|
|
@ -2767,7 +2756,6 @@ static struct ivi_layout_interface ivi_layout_interface = { |
|
|
|
.get_layers_under_surface = ivi_layout_get_layers_under_surface, |
|
|
|
.get_layers_under_surface = ivi_layout_get_layers_under_surface, |
|
|
|
.get_layers_on_screen = ivi_layout_get_layers_on_screen, |
|
|
|
.get_layers_on_screen = ivi_layout_get_layers_on_screen, |
|
|
|
.layer_set_visibility = ivi_layout_layer_set_visibility, |
|
|
|
.layer_set_visibility = ivi_layout_layer_set_visibility, |
|
|
|
.layer_get_visibility = ivi_layout_layer_get_visibility, |
|
|
|
|
|
|
|
.layer_set_opacity = ivi_layout_layer_set_opacity, |
|
|
|
.layer_set_opacity = ivi_layout_layer_set_opacity, |
|
|
|
.layer_get_opacity = ivi_layout_layer_get_opacity, |
|
|
|
.layer_get_opacity = ivi_layout_layer_get_opacity, |
|
|
|
.layer_set_source_rectangle = ivi_layout_layer_set_source_rectangle, |
|
|
|
.layer_set_source_rectangle = ivi_layout_layer_set_source_rectangle, |
|
|
|