You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
In the shello example, the window that opens takes up the whole screen and "looks transparent" (which might just be kwin not painting anything, rather than painting full transparency). The window still receives clicks and keyboard events. render() never gets called.
The text was updated successfully, but these errors were encountered:
Yep Wayland seems to be broken at the minute. I know that winit works reasonably well, so perhaps that would be a good start point. I would like to work on this but need to wait until I have some free time.
In the shello example, the window that opens takes up the whole screen and "looks transparent" (which might just be kwin not painting anything, rather than painting full transparency). The window still receives clicks and keyboard events.
render()
never gets called.The text was updated successfully, but these errors were encountered: