Skip to content

[WIP] Wayland #31

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

Closed
wants to merge 30 commits into from
Closed

[WIP] Wayland #31

wants to merge 30 commits into from

Conversation

versionpatch
Copy link
Collaborator

@versionpatch versionpatch commented Jun 14, 2022

Issue #15 .

@@ -121,111 +88,9 @@ wl_window_create(
xdg_toplevel_set_title(window->xdg_toplevel, title);
}

wl_display_roundtrip(wl_back->display);

xdg_surface_set_window_geometry(window->xdg_surface,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this must be kept. Even if it does not set the window position, it should properly set its size.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please consider this comment.

@ddeclerck
Copy link
Collaborator

Note : in general, a pull request (PR) should only contain closely related stuff.
Here, the snake and gradient examples should be in a separate PR (make a specific branch based master).

@ddeclerck ddeclerck linked an issue Jul 1, 2022 that may be closed by this pull request
@ddeclerck
Copy link
Collaborator

Superseded by #128

@ddeclerck ddeclerck closed this Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement the Wayland backend
2 participants