toyota-connected / ivi-homescreen

Embedded Flutter runtime targeting Embedded Linux with Wayland
Other
254 stars 35 forks source link

Couple of fixes related to transform orientation and width/height #109

Closed mv0 closed 1 year ago

mv0 commented 1 year ago

These fix some trivial issues with wl_output events. The orientation one is of particular useful to have. For the width and height without having output_info_t as a list we will be overriding the width and height for each display_handle_mode event we get.

Both these seem unused at this point but we'll make use of them in AGL in order to have an activation area being set-up irrespective of the output dimensions or its orientation.

jwinarske commented 1 year ago

Please rebase to the AGL branch

jwinarske commented 1 year ago

Closing since main is for publishing from internal Toyota repo, and same change was just merged into agl branch.