diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-07 03:12:34 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-07 03:12:34 -0400 |
| commit | c4045909606cbc7733846ef7ca482d27bddd2e30 (patch) | |
| tree | 6fe708a9bc6a0092b746fb3c42610d34f3e811ec /new/init_windows.c | |
| parent | a3c26ff6522d5f383e011f4a2a2ff702dd855171 (diff) | |
Fixed build issues. Now I just need to hook resizing into uiWindow and implement a control and we'll be set...
Diffstat (limited to 'new/init_windows.c')
| -rw-r--r-- | new/init_windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new/init_windows.c b/new/init_windows.c index 5620f76..e2cc1f2 100644 --- a/new/init_windows.c +++ b/new/init_windows.c @@ -84,7 +84,7 @@ uiInitError *uiInit(uiInitOptions *o) // give each control a reasonable initial parent // don't free the initial parent! // TODO tune this better; it shouldn't be closed, for instance - initialParent = uiWindowHandle(uiNewWindow("", 0, 0)); + initialParent = (HWND) uiWindowHandle(uiNewWindow("", 0, 0)); uiFree(err); return NULL; |
