aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/view.h
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2020-02-28 12:42:35 +0100
committerLibravatar Drew DeVault <sir@cmpwn.com>2020-03-06 23:57:43 +0100
commit9d0aa0cb839624265c366281922a58708a9bcb9a (patch)
treea8c62e92b8cd13b37ba37d1a563843fb6339b085 /include/sway/tree/view.h
parentDrop sway_output.surface_needs_frame (diff)
downloadsway-9d0aa0cb839624265c366281922a58708a9bcb9a.tar.gz
sway-9d0aa0cb839624265c366281922a58708a9bcb9a.tar.zst
sway-9d0aa0cb839624265c366281922a58708a9bcb9a.zip
Use wlr_client_buffer
Update for breaking changes in [1]. [1]: https://github.com/swaywm/wlroots/pull/2043
Diffstat (limited to 'include/sway/tree/view.h')
-rw-r--r--include/sway/tree/view.h2
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 {
80 bool allow_request_urgent; 80 bool allow_request_urgent;
81 struct wl_event_source *urgent_timer; 81 struct wl_event_source *urgent_timer;
82 82
83 struct wlr_buffer *saved_buffer; 83 struct wlr_client_buffer *saved_buffer;
84 int saved_buffer_width, saved_buffer_height; 84 int saved_buffer_width, saved_buffer_height;
85 85
86 // The geometry for whatever the client is committing, regardless of 86 // The geometry for whatever the client is committing, regardless of