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.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/new/uipriv_windows.h b/new/uipriv_windows.h
index f12a6b6..bc8890a 100644
--- a/new/uipriv_windows.h
+++ b/new/uipriv_windows.h
@@ -35,13 +35,6 @@ enum {
msgNOTIFY,
};
-// TODO move this to the right place
-struct uiSizing {
- int baseX;
- int baseY;
- LONG internalLeading;
-};
-
// debug_windows.c
extern HRESULT logLastError(const char *);
extern HRESULT logHRESULT(const char *, HRESULT);
@@ -58,6 +51,11 @@ extern WCHAR *toUTF16(const char *);
// container_windows.c
extern BOOL sharedWndProc(HWND, UINT, WPARAM, LPARAM, LRESULT *);
+struct uiSizing {
+ int baseX;
+ int baseY;
+ LONG internalLeading;
+};
extern void resize(uiControl *, HWND, RECT);
// comctl32_windows.c