We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4119 - Wayland backend fails to display a surface when using xdg-shell v6
Summary: Wayland backend fails to display a surface when using xdg-shell v6
Status: RESOLVED DUPLICATE of bug 4109
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 2.0
Hardware: x86_64 Linux
: P2 major
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-01 07:42 UTC by bugs
Modified: 2018-04-03 01:57 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bugs 2018-04-01 07:42:30 UTC
The new xdg-shell v6 codepath doesn’t wait for the configure event to arrive before it draws and attaches its first buffer, which is a protocol violation, and so SDL2 gets disconnected from the Wayland socket.
Comment 1 Ryan C. Gordon 2018-04-03 01:57:59 UTC
Fixing this shortly.

--ryan.

*** This bug has been marked as a duplicate of bug 4109 ***