Commit Graph

11 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
Rob Loach
7f5c642bb3
Standardize INCLUDE_OVERVIEW defines 2024-04-25 16:49:50 -04:00
Rob Loach
0cbc6f43aa
Add CANVAS demo 2024-04-15 20:59:29 -04:00
Richard Gill
a4af91dd21 fixed common files location in demo 2022-08-04 20:57:46 +02:00
Richard Gill
abbd89896f added style and overview to xbc_cairo demo 2021-06-06 17:27:44 +02: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
1ae558aa7f added style selector in demo 2021-05-01 17:48:17 +02:00
Richard Gill
24594c8f75 working
from https://github.com/griebd/nuklear_xcb
2021-05-01 17:38:55 +02:00