mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-12 02:18:12 +00:00
[client] rework the configuration overlay to allow for tabs
This commit is contained in:
@@ -35,7 +35,10 @@ void overlayGraph_unregister();
|
||||
void overlayGraph_iterate(void (*callback)(GraphHandle handle, const char * name,
|
||||
bool * enabled, void * udata), void * udata);
|
||||
|
||||
void overlayConfig_register(const char * title, void (*callback)(void * udata),
|
||||
void * udata);
|
||||
void overlayConfig_register(const char * title,
|
||||
void (*callback)(void * udata, int * id), void * udata);
|
||||
|
||||
void overlayConfig_registerTab(const char * title,
|
||||
void (*callback)(void * udata, int * id), void * udata);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user