f3de6a0cb3
Function `NK_API int nk_cairo_render(struct nk_cairo_context *cairo_ctx, struct nk_context *nk_ctx)` returns an int but `return;` is used twice. Now replaced with `return nk_false;`. This makes for clean compilation with both C89 _and_ C99. |
||
---|---|---|
.. | ||
Makefile | ||
main.c | ||
nuklear_xcb.h |