This commit is contained in:
Mike Sinkovsky 2021-01-02 10:21:49 -05:00 committed by GitHub
commit aa9f734b61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
ui.h
View File

@ -80,6 +80,7 @@ struct uiControl {
uint32_t Signature;
uint32_t OSSignature;
uint32_t TypeSignature;
void *user;
void (*Destroy)(uiControl *);
uintptr_t (*Handle)(uiControl *);
uiControl *(*Parent)(uiControl *);