mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-16 04:18:11 +00:00
[client] rework the configuration overlay to allow for tabs
This commit is contained in:
@@ -883,7 +883,13 @@ void app_setOverlay(bool enable)
|
||||
}
|
||||
|
||||
void app_overlayConfigRegister(const char * title,
|
||||
void (*callback)(void * udata), void * udata)
|
||||
void (*callback)(void * udata, int * id), void * udata)
|
||||
{
|
||||
overlayConfig_register(title, callback, udata);
|
||||
}
|
||||
|
||||
void app_overlayConfigRegisterTab(const char * title,
|
||||
void (*callback)(void * udata, int * id), void * udata)
|
||||
{
|
||||
overlayConfig_registerTab(title, callback, udata);
|
||||
}
|
||||
|
Reference in New Issue
Block a user