Question about xdg_wm_base_interface
in Wayland Driver for LVGL 9
Hello,
I noticed that the Wayland driver has been updated to LVGL 9, which is great.
However, I’ve run into an issue: it seems that in wayland.c
, the xdg_wm_base_interface
version is enforced to 4, while as of my understanding my weston relies on version 3. Because of this mismatch, the widgets demo won’t run.
- Is there a specific reason for enforcing version 4 of
xdg_wm_base_interface
? - Is there any backward compatibility option that would allow my setup to work?
For reference, I’m currently running Weston 10.0.5.
Thank you.