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/uipriv_windows.h | |
| 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/uipriv_windows.h')
| -rw-r--r-- | new/uipriv_windows.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/new/uipriv_windows.h b/new/uipriv_windows.h index a17fbfe..c7527c0 100644 --- a/new/uipriv_windows.h +++ b/new/uipriv_windows.h @@ -36,6 +36,13 @@ enum { msgNOTIFY, }; +// TODO move this to the right place +struct uiSizing { + int baseX; + int baseY; + LONG internalLeading; +}; + // alloc_windows.c extern void *uiAlloc(size_t); // TODO use this in existing files |
