feat(driver): import Wayland driver from v8 (#6549)

This commit is contained in:
Erik Tagirov
2024-08-23 22:03:55 +02:00
committed by GitHub
parent aebb4d3ad3
commit e186b4c8b6
15 changed files with 4069 additions and 1 deletions

View File

@@ -955,6 +955,13 @@
#define LV_X11_RENDER_MODE_FULL 0 /*Full render mode*/
#endif
/*Use Wayland to open a window and handle input on Linux or BSD desktops */
#define LV_USE_WAYLAND 0
#if LV_USE_WAYLAND
#define LV_WAYLAND_WINDOW_DECORATIONS 0 /*Draw client side window decorations only necessary on Mutter/GNOME*/
#define LV_WAYLAND_WL_SHELL 0 /*Use the legacy wl_shell protocol instead of the default XDG shell*/
#endif
/*Driver for /dev/fb*/
#define LV_USE_LINUX_FBDEV 0
#if LV_USE_LINUX_FBDEV