lvgl / lv_drivers

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

fix(wayland): fix compile error wrt LV_WAYLAND_CLIENT_SIDE_DECORATIONS #307

Closed ThomasDevoogdt closed 4 months ago

ThomasDevoogdt commented 4 months ago

attach_decoration is called by create_decoration and uses defines that are reserved for decorations

kisvegabor commented 4 months ago

Hi Thomas,

Thank you for the fix! You might have seen that in LVGL v9 we have added the drivers directly to the LVGL repo. However the Wayland driver is not ported to v9 yet.

Maybe do you have time and interest to contribute with that? :slightly_smiling_face: