mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 13:37:22 +00:00
[client] overlay: don't use the internal function directly for config
This commit is contained in:
parent
6c44bbb53e
commit
ff01a197f3
@ -22,7 +22,6 @@
|
|||||||
#include "cimgui.h"
|
#include "cimgui.h"
|
||||||
|
|
||||||
#include "../main.h"
|
#include "../main.h"
|
||||||
#include "../overlays.h"
|
|
||||||
|
|
||||||
#include "ll.h"
|
#include "ll.h"
|
||||||
#include "common/debug.h"
|
#include "common/debug.h"
|
||||||
@ -65,7 +64,7 @@ static void configCallback(void * udata)
|
|||||||
static bool graphs_init(void ** udata, void * params)
|
static bool graphs_init(void ** udata, void * params)
|
||||||
{
|
{
|
||||||
gs.graphs = ll_new();
|
gs.graphs = ll_new();
|
||||||
overlayConfig_register("Performance Metrics", configCallback, NULL);
|
app_overlayConfigRegister("Performance Metrics", configCallback, NULL);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user