From 9d0aa0cb839624265c366281922a58708a9bcb9a Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 28 Feb 2020 12:42:35 +0100 Subject: Use wlr_client_buffer Update for breaking changes in [1]. [1]: https://github.com/swaywm/wlroots/pull/2043 --- include/sway/tree/view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sway/tree/view.h') 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 -- cgit v1.2.3-54-g00ecf