mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-15 20:08:17 +00:00
[client] audio: redraw the graphs if they have been updated
This commit is contained in:
@@ -706,6 +706,11 @@ void app_unregisterGraph(GraphHandle handle)
|
||||
overlayGraph_unregister(handle);
|
||||
}
|
||||
|
||||
void app_invalidateGraphs(void)
|
||||
{
|
||||
overlayGraph_invalidate();
|
||||
}
|
||||
|
||||
void app_registerOverlay(const struct LG_OverlayOps * ops, const void * params)
|
||||
{
|
||||
ASSERT_LG_OVERLAY_VALID(ops);
|
||||
|
Reference in New Issue
Block a user