lvgl / lv_drivers

TFT and touch pad drivers for LVGL embedded GUI library
https://docs.lvgl.io/master/porting/index.html
MIT License
306 stars 314 forks source link

fix(wayland): Add a missing XDG shell event handler. #223

Closed ghost closed 2 years ago

ghost commented 2 years ago

A new Wayland XDG shell protocol event was added upstream, so add a corresponding (but currently unused) handler.

kisvegabor commented 2 years ago

Thank you!