-
Notifications
You must be signed in to change notification settings - Fork 8
[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
[WIP] Wayland #31
Conversation
@@ -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, |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please consider this comment.
…g the target for a resize
Note : in general, a pull request (PR) should only contain closely related stuff. |
Superseded by #128 |
Issue #15 .