mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-16 04:18:11 +00:00
[client] cimgui: update to 1.91.8
This commit is contained in:
@@ -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),
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user