[client] audio: redraw the graphs if they have been updated

This commit is contained in:
Geoffrey McRae
2022-01-17 22:49:19 +11:00
parent 775ac7ce8b
commit 0ad26b7da7
5 changed files with 17 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ typedef const char * (*GraphFormatFn)(const char * name,
GraphHandle app_registerGraph(const char * name, RingBuffer buffer,
float min, float max, GraphFormatFn formatFn);
void app_unregisterGraph(GraphHandle handle);
void app_invalidateGraphs(void);
void app_overlayConfigRegister(const char * title,
void (*callback)(void * udata, int * id), void * udata);