From 087a4898676d744d4aaa46a59b47186825495820 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sun, 16 Jun 2019 19:45:57 +0200 Subject: Cleanup: simplify GHOST cursor API, no functional changes --- intern/ghost/test/multitest/MultiTest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/ghost/test') diff --git a/intern/ghost/test/multitest/MultiTest.c b/intern/ghost/test/multitest/MultiTest.c index 25e9f6b2bf1..5c8d3527869 100644 --- a/intern/ghost/test/multitest/MultiTest.c +++ b/intern/ghost/test/multitest/MultiTest.c @@ -736,7 +736,7 @@ static void extrawindow_spin_cursor(ExtraWindow *ew, GHOST_TUns64 time) mask[y][x / 8] |= (1 << (x % 8)); } - GHOST_SetCustomCursorShape(ew->win, bitmap, mask, 0, 0); + GHOST_SetCustomCursorShape(ew->win, bitmap, mask, 16, 16, 0, 0, true); } static void extrawindow_handle(void *priv, GHOST_EventHandle evt) -- cgit v1.2.3