From 2e0ab6237697c9754d92689f77c1792c11be881b Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 2 Jul 2013 09:21:06 +0100 Subject: drm: add hotspot cursor interface support. Signed-off-by: Dave Airlie --- xf86drmMode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xf86drmMode.h') diff --git a/xf86drmMode.h b/xf86drmMode.h index 8e400340..f8a817cd 100644 --- a/xf86drmMode.h +++ b/xf86drmMode.h @@ -378,6 +378,7 @@ int drmModeSetCrtc(int fd, uint32_t crtcId, uint32_t bufferId, */ int drmModeSetCursor(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height); +int drmModeSetCursor2(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height, int32_t hot_x, int32_t hot_y); /** * Move the cursor on crtc */ -- cgit v1.2.3