diff options
author | Simon Ser <contact@emersion.fr> | 2020-02-28 12:42:35 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-03-06 23:57:43 +0100 |
commit | 9d0aa0cb839624265c366281922a58708a9bcb9a (patch) | |
tree | a8c62e92b8cd13b37ba37d1a563843fb6339b085 /include | |
parent | 241684eb1dc7ae690510871cae6fcc463daf112d (diff) |
Use wlr_client_buffer
Update for breaking changes in [1].
[1]: https://github.com/swaywm/wlroots/pull/2043
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/tree/view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h index 29c87967..4d3532d2 100644 --- a/include/sway/tree/view.h +++ b/include/sway/tree/view.h @@ -80,7 +80,7 @@ struct sway_view { bool allow_request_urgent; struct wl_event_source *urgent_timer; - struct wlr_buffer *saved_buffer; + struct wlr_client_buffer *saved_buffer; int saved_buffer_width, saved_buffer_height; // The geometry for whatever the client is committing, regardless of |