From 54e947eed3d75d0fbae533e7e4cce8fe84aaf77c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 8 Apr 2015 00:43:35 -0400 Subject: Started work on ensuring things get cleaned up. Added a destroy() method to uiControl and implemented most of the work for Windows. --- new/ui.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'new/ui.h') diff --git a/new/ui.h b/new/ui.h index 6d2a33f..d22e949 100644 --- a/new/ui.h +++ b/new/ui.h @@ -16,6 +16,9 @@ void uiMain(void); void uiQuit(void); typedef struct uiControl uiControl; +// TODO public? +void uiControlDestroy(uiControl *); +// TODO before destroy? uintptr_t uiControlHandle(uiControl *); typedef struct uiWindow uiWindow; -- cgit v1.2.3