From 666498db015ad1439a8916bce609baf8fa042b5d Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Thu, 14 May 2020 17:45:42 +0200 Subject: Make wlr_xcursor_manager_load() return a bool This is currently inconsistent with the rest of the library and a bit of a footgun for new compositors. However, this breaks the API in a very unfortunate way for existing compositors. --- include/wlr/types/wlr_xcursor_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/wlr/types/wlr_xcursor_manager.h b/include/wlr/types/wlr_xcursor_manager.h index 25c277c1..a9530214 100644 --- a/include/wlr/types/wlr_xcursor_manager.h +++ b/include/wlr/types/wlr_xcursor_manager.h @@ -46,7 +46,7 @@ void wlr_xcursor_manager_destroy(struct wlr_xcursor_manager *manager); /** * Ensures an xcursor theme at the given scale factor is loaded in the manager. */ -int wlr_xcursor_manager_load(struct wlr_xcursor_manager *manager, +bool wlr_xcursor_manager_load(struct wlr_xcursor_manager *manager, float scale); /** -- cgit v1.2.3