diff --git a/example/ext/RGFW.h b/example/ext/RGFW.h index 237c1c6..715f6e5 100644 --- a/example/ext/RGFW.h +++ b/example/ext/RGFW.h @@ -3299,6 +3299,8 @@ RGFW_UNUSED(win); /* if buffer rendering is not being used */ win->src.cursor = XcursorImageLoadCursor((Display*) win->src.display, native); XcursorImageDestroy(native); +#else + RGFW_UNUSED(image) RGFW_UNUSED(a) RGFW_UNUSED(channels) #endif }