From c9d6b18eef1099a033b89b834b0e2822e1218a4a Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 7 May 2020 16:17:18 +0200 Subject: backend/drm: remove wlr_drm_interface.crtc_move_cursor Instead, make the legacy backend call drmModeMoveCursor on page-flip. --- include/backend/drm/iface.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/backend/drm/iface.h') diff --git a/include/backend/drm/iface.h b/include/backend/drm/iface.h index d8268347..acaf4730 100644 --- a/include/backend/drm/iface.h +++ b/include/backend/drm/iface.h @@ -22,9 +22,6 @@ struct wlr_drm_interface { // 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); - // Move the cursor on crtc - bool (*crtc_move_cursor)(struct wlr_drm_backend *drm, - struct wlr_drm_crtc *crtc, int x, int y); // Set the gamma lut on crtc bool (*crtc_set_gamma)(struct wlr_drm_backend *drm, struct wlr_drm_crtc *crtc, size_t size, -- cgit v1.2.3