From 55245b99cc4e7992f34244b773eeb510f3af8904 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 10 Jun 2024 09:25:23 -0400 Subject: Fix build and tests with optional X11 features disabled --- src/x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/x11.c') diff --git a/src/x11.c b/src/x11.c index 4db095e..419cd54 100644 --- a/src/x11.c +++ b/src/x11.c @@ -2194,7 +2194,7 @@ puglSetCursor(PuglView* const view, const PuglCursor cursor) #else (void)view; (void)cursor; - return PUGL_FAILURE; + return PUGL_UNSUPPORTED; #endif } -- cgit v1.2.1