mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-12 10:28:08 +00:00
[client] overlay: allow registration of runtime configuration options
This commit is contained in:
@@ -33,6 +33,9 @@ GraphHandle overlayGraph_register(const char * name, RingBuffer buffer,
|
||||
float min, float max);
|
||||
void overlayGraph_unregister();
|
||||
void overlayGraph_iterate(void (*callback)(GraphHandle handle, const char * name,
|
||||
bool * enabled, void * udata), void * udata);
|
||||
bool * enabled, void * udata), void * udata);
|
||||
|
||||
void overlayConfig_register(const char * title, void (*callback)(void * udata),
|
||||
void * udata);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user