aboutsummaryrefslogtreecommitdiff
path: root/include/backend/wayland.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/backend/wayland.h')
-rw-r--r--include/backend/wayland.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/backend/wayland.h b/include/backend/wayland.h
index 0bd4a617..4e666c3a 100644
--- a/include/backend/wayland.h
+++ b/include/backend/wayland.h
@@ -47,6 +47,11 @@ struct wlr_wl_backend {
struct wlr_drm_format_set linux_dmabuf_v1_formats;
};
+struct wlr_wl_buffer {
+ struct wlr_buffer *buffer;
+ struct wl_buffer *wl_buffer;
+};
+
struct wlr_wl_presentation_feedback {
struct wlr_wl_output *output;
struct wl_list link;
@@ -67,8 +72,7 @@ struct wlr_wl_output {
struct zxdg_toplevel_decoration_v1 *zxdg_toplevel_decoration_v1;
struct wl_egl_window *egl_window;
EGLSurface egl_surface;
- struct wl_buffer *pending_wl_buffer, *current_wl_buffer;
- struct wlr_buffer *current_buffer;
+ struct wlr_wl_buffer *pending_buffer;
struct wl_list presentation_feedbacks;
uint32_t enter_serial;