mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-16 20:38:16 +00:00
[client] audio: redraw the graphs if they have been updated
This commit is contained in:
@@ -241,3 +241,11 @@ void overlayGraph_iterate(void (*callback)(GraphHandle handle, const char * name
|
||||
callback(graph, graph->name, &graph->enabled, udata);
|
||||
ll_unlock(gs.graphs);
|
||||
}
|
||||
|
||||
void overlayGraph_invalidate(void)
|
||||
{
|
||||
if (!gs.show)
|
||||
return;
|
||||
|
||||
app_invalidateWindow(false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user