From c4045909606cbc7733846ef7ca482d27bddd2e30 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 7 Apr 2015 03:12:34 -0400 Subject: Fixed build issues. Now I just need to hook resizing into uiWindow and implement a control and we'll be set... --- new/uipriv_windows.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'new/uipriv_windows.h') 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 -- cgit v1.2.3