summaryrefslogtreecommitdiff
path: root/new/uipriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'new/uipriv.h')
-rw-r--r--new/uipriv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/new/uipriv.h b/new/uipriv.h
index 2999d0c..ed156c2 100644
--- a/new/uipriv.h
+++ b/new/uipriv.h
@@ -12,6 +12,7 @@ struct uiSize {
// TODO handle destruction
struct uiControl {
+ void (*destroy)(uiControl *);
uintptr_t (*handle)(uiControl *);
void (*setParent)(uiControl *, uintptr_t);
uiSize (*preferredSize)(uiControl *, uiSizing *);