From 441bac139fdfbbe576d3d87a91adeb906f9bd2a7 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 26 Nov 2020 13:18:44 +0100 Subject: backend/wayland: use wlr_swapchain for cursor surface --- include/backend/wayland.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include') diff --git a/include/backend/wayland.h b/include/backend/wayland.h index 8189c463..0ff52b51 100644 --- a/include/backend/wayland.h +++ b/include/backend/wayland.h @@ -4,9 +4,7 @@ #include #include -#include #include -#include #include #include @@ -79,7 +77,7 @@ struct wlr_wl_output { struct { struct wlr_wl_pointer *pointer; struct wl_surface *surface; - struct wl_egl_window *egl_window; + struct wlr_swapchain *swapchain; int32_t hotspot_x, hotspot_y; int32_t width, height; } cursor; -- cgit v1.2.3