mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -05:00
Updates per wlroots#1076
This commit is contained in:
parent
dd869c158e
commit
d43500831a
5 changed files with 16 additions and 16 deletions
|
|
@ -278,7 +278,7 @@ static void handle_commit(struct wl_listener *listener, void *data) {
|
|||
wl_container_of(listener, xwayland_view, commit);
|
||||
struct sway_view *view = &xwayland_view->view;
|
||||
struct wlr_xwayland_surface *xsurface = view->wlr_xwayland_surface;
|
||||
struct wlr_surface_state *surface_state = xsurface->surface->current;
|
||||
struct wlr_surface_state *surface_state = &xsurface->surface->current;
|
||||
|
||||
if (view->swayc->instructions->length) {
|
||||
transaction_notify_view_ready_by_size(view,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue