diff options
Diffstat (limited to 'examples/multi-pointer.c')
-rw-r--r-- | examples/multi-pointer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/multi-pointer.c b/examples/multi-pointer.c index ba742e19..ee5ec98e 100644 --- a/examples/multi-pointer.c +++ b/examples/multi-pointer.c @@ -293,7 +293,7 @@ int main(int argc, char *argv[]) { clock_gettime(CLOCK_MONOTONIC, &state.last_frame); - struct wlr_xcursor_theme *theme = wlr_xcursor_theme_load("default", 16); + struct wlr_xcursor_theme *theme = wlr_xcursor_theme_load(NULL, 16); if (!theme) { wlr_log(WLR_ERROR, "Failed to load cursor theme"); return 1; |