Commit Graph

6 Commits

Author SHA1 Message Date
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
Richard Gill 2b886bd2cd fixes for PR inclusion 2021-05-13 15:22:52 +02:00
Richard Gill 14531a23a5 fixed rect multi color 2021-05-13 01:00:19 +02:00
Richard Gill ef9fef2189 last xcb try 2021-05-06 21:35:36 +02:00
Richard Gill 596e5d76d9 try to impl rect multicolor command with cairo 2021-05-01 20:50:31 +02:00
Richard Gill 24594c8f75 working
from https://github.com/griebd/nuklear_xcb
2021-05-01 17:38:55 +02:00