[client] rework the configuration overlay to allow for tabs

This commit is contained in:
Geoffrey McRae
2021-08-12 09:04:45 +10:00
parent fe6339fc77
commit 6387bf2d2e
11 changed files with 159 additions and 69 deletions

View File

@@ -45,7 +45,7 @@ struct OverlayGraph
};
static void configCallback(void * udata)
static void configCallback(void * udata, int * id)
{
igCheckbox("Show Timing Graphs", &gs.show);
igSeparator();