mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 04:40:07 +01:00
hmi-controller: fix wrong width and height are set to a layer of workspace.
Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
parent
d290f881d5
commit
4412cd1974
1 changed files with 2 additions and 2 deletions
|
|
@ -1287,8 +1287,8 @@ move_workspace_grab_end(struct move_grab *move, struct wl_resource* resource,
|
|||
duration);
|
||||
ivi_controller_interface->layer_set_destination_rectangle(layer,
|
||||
end_pos, pos_y,
|
||||
hmi_ctrl->workspace_background_layer.width,
|
||||
hmi_ctrl->workspace_background_layer.height);
|
||||
hmi_ctrl->workspace_layer.width,
|
||||
hmi_ctrl->workspace_layer.height);
|
||||
ivi_controller_interface->commit_changes();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue