GUI: GuiApi isolation
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
// TODO add mutex to widget ops
|
||||
|
||||
struct Widget {
|
||||
void* gui;
|
||||
Gui* gui;
|
||||
bool is_enabled;
|
||||
WidgetDrawCallback draw_callback;
|
||||
void* draw_callback_context;
|
||||
|
Reference in New Issue
Block a user