summaryrefslogtreecommitdiff
path: root/new/main_windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'new/main_windows.c')
-rw-r--r--new/main_windows.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/new/main_windows.c b/new/main_windows.c
index bd973b7..9c8132a 100644
--- a/new/main_windows.c
+++ b/new/main_windows.c
@@ -54,3 +54,9 @@ void uiQuit(void)
{
PostQuitMessage(0);
}
+
+// TODO move somewhere else
+uintptr_t uiControlHandle(uiControl *c)
+{
+ return (*(c->handle))(c);
+}