summaryrefslogtreecommitdiff
path: root/new/uipriv_windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'new/uipriv_windows.h')
-rw-r--r--new/uipriv_windows.h7
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