mirror of
https://github.com/swaywm/sway.git
synced 2025-11-25 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
|
|
@ -73,8 +73,8 @@ static void save_view_buffer(struct sway_view *view,
|
|||
}
|
||||
if (view->surface && wlr_surface_has_buffer(view->surface)) {
|
||||
instruction->saved_buffer = wlr_buffer_ref(view->surface->buffer);
|
||||
instruction->saved_buffer_width = view->surface->current->width;
|
||||
instruction->saved_buffer_height = view->surface->current->height;
|
||||
instruction->saved_buffer_width = view->surface->current.width;
|
||||
instruction->saved_buffer_height = view->surface->current.height;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue