diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-07 04:12:03 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-07 04:12:03 -0400 |
| commit | 3b52095ab08fdb749d454698721300351eb49ffa (patch) | |
| tree | 22c7999591fca116055d16d0fd3ad1bac59709da /new/ui.h | |
| parent | a7293951f75d92a80d4d986ec7dda3fa25ab640b (diff) | |
Added uiControlHandle() and fixed other uiButton issues.
Diffstat (limited to 'new/ui.h')
| -rw-r--r-- | new/ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ void uiMain(void); void uiQuit(void); typedef struct uiControl uiControl; +uintptr_t uiControlHandle(uiControl *); typedef struct uiWindow uiWindow; uiWindow *uiNewWindow(char *, int, int); |
