wayland: use an invisible surface as shell surface#835
Merged
Osspial merged 1 commit intorust-windowing:masterfrom Jun 13, 2019
Merged
wayland: use an invisible surface as shell surface#835Osspial merged 1 commit intorust-windowing:masterfrom
Osspial merged 1 commit intorust-windowing:masterfrom
Conversation
2672d43 to
3d4d52f
Compare
3d4d52f to
71296d4
Compare
Contributor
|
We seem to have forgotten about this! Once the merge conflicts are resolved, should this be good to go? |
Contributor
|
lol, I thought this got merged a long while ago. |
This decorelates the window management from the actual user content, meaning: - the created window no longer needs the user to draw something to start existing - it reduces our need to do roundtrips during initialization to avoid protocol errors
71296d4 to
42cceac
Compare
Contributor
Author
|
Rebased. :) |
goddessfreya
approved these changes
Jun 13, 2019
1 task
elinorbgr
added a commit
to elinorbgr/winit
that referenced
this pull request
Jun 25, 2019
…owing#835)" This reverts commit 65587ef. It introduced sublte bugs in its interaction with OpenGL and glutin, so we should better revert it for now.
elinorbgr
added a commit
to elinorbgr/winit
that referenced
this pull request
Jun 25, 2019
…owing#835)" This reverts commit 65587ef. It introduced sublte bugs in its interaction with OpenGL and glutin, so we should better revert it for now.
Osspial
pushed a commit
that referenced
this pull request
Jun 28, 2019
6 tasks
kosyak
pushed a commit
to kosyak/winit
that referenced
this pull request
Jul 10, 2019
This decorelates the window management from the actual user content, meaning: - the created window no longer needs the user to draw something to start existing - it reduces our need to do roundtrips during initialization to avoid protocol errors
kosyak
pushed a commit
to kosyak/winit
that referenced
this pull request
Jul 10, 2019
…owing#835)" (rust-windowing#981) This reverts commit 65587ef. It introduced sublte bugs in its interaction with OpenGL and glutin, so we should better revert it for now.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note: This work is on the eventloop-2.0 branch
This decorelates the window management from the actual user content,
meaning:
start existing
avoid protocol errors
depends on #833