From da63d11d341e9e1bc3c0dcb040e2cc5d82a3959e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 7 May 2020 21:28:42 +0200 Subject: backend/drm: remove crtc_set_cursor from interface --- include/backend/drm/iface.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/backend') diff --git a/include/backend/drm/iface.h b/include/backend/drm/iface.h index e9bf8040..6393579c 100644 --- a/include/backend/drm/iface.h +++ b/include/backend/drm/iface.h @@ -16,9 +16,6 @@ struct wlr_drm_interface { // Commit al pending changes on a CRTC. bool (*crtc_commit)(struct wlr_drm_backend *drm, struct wlr_drm_connector *conn, uint32_t flags); - // Enable the cursor buffer on crtc. Set bo to NULL to disable - bool (*crtc_set_cursor)(struct wlr_drm_backend *drm, - struct wlr_drm_crtc *crtc, struct gbm_bo *bo); // Get the gamma lut size of a crtc size_t (*crtc_get_gamma_size)(struct wlr_drm_backend *drm, struct wlr_drm_crtc *crtc); -- cgit v1.2.3