Nuklear/demo/xcb_cairo
Mark f3de6a0cb3
Update nuklear_xcb.h: eliminate two warnings in C99 mode
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.
2024-09-14 10:37:45 +01:00
..
Makefile fixed rect multi color 2021-05-13 01:00:19 +02:00
main.c Standardize INCLUDE_OVERVIEW defines 2024-04-25 16:49:50 -04:00
nuklear_xcb.h Update nuklear_xcb.h: eliminate two warnings in C99 mode 2024-09-14 10:37:45 +01:00