-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
listener function for opcode 2 of xdg_toplevel is NULL #222
Comments
I cc @simplejack-src who have added some major refactoring and improvements to the Wayland driver. |
I've made a pull request for the first one (looks like the drivers missing an event handler for an event that was added to the XDG shell protocol in a later revision). The second one I'm not so sure about, it looks like |
Thank you for your reply.
But the following errors occured on the window after it runs about 30 seconds later:
|
I can't reproduce that (granted my compositor is Wayfire). Is your LVGL configuration correct? i.e. |
This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Afer I build my project, fhe following errors occurred:
My configuration is:
#define LV_LOG_LEVEL LV_LOG_LEVEL_WARN
My runtime environment is
And if I set LV_WAYLAND_WL_SHELL 1,following errors:
Segmentation fault (core dumped)
Did anyone have the same problem as me?
The text was updated successfully, but these errors were encountered: