[client] cimgui: update to 1.91.8

This commit is contained in:
Geoffrey McRae
2025-03-05 15:16:31 +11:00
parent 6dcf178879
commit d9f2df361d
10 changed files with 115 additions and 39 deletions

View File

@@ -198,7 +198,7 @@ static int graphs_render(void * udata, bool interactive,
}
igPlotLines_FloatPtr(
"",
"##",
(float *)ringbuffer_getValues(graph->buffer),
ringbuffer_getLength(graph->buffer),
ringbuffer_getStart (graph->buffer),

View File

@@ -195,7 +195,7 @@ static int splash_render(void * udata, bool interactive, struct Rect * windowRec
ImDrawList_AddImage(
list,
l_logo.tex,
(ImTextureID)l_logo.tex,
(ImVec2){
logoRect.x,
logoRect.y

View File

@@ -104,7 +104,7 @@ static int status_render(void * udata, bool interactive, struct Rect * windowRec
ImDrawList_AddImage(
igGetBackgroundDrawList_Nil(),
img->tex,
(ImTextureID)img->tex,
(ImVec2){
xPos,
marginY