summaryrefslogtreecommitdiff
path: root/redo/winapi_windows.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-17 22:47:04 -0400
committerPietro Gagliardi <[email protected]>2014-07-17 22:47:04 -0400
commit29b80f7542423c74e320c847a81874f457c957e3 (patch)
tree33a60314a9b9339e54d96b9c3c835dd9a52f83a6 /redo/winapi_windows.h
parent2c025a97efe8f9b15af6af643126f75085e75476 (diff)
Migrated sizing_windows.go to C.
Diffstat (limited to 'redo/winapi_windows.h')
-rw-r--r--redo/winapi_windows.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h
index e99cf86..1dce454 100644
--- a/redo/winapi_windows.h
+++ b/redo/winapi_windows.h
@@ -45,3 +45,9 @@ extern int nCmdShow;
extern HICON hDefaultIcon;
extern HCURSOR hArrowCursor;
extern DWORD initWindows(char **);
+
+/* sizing_windows.c */
+extern HDC getDC(HWND);
+extern void releaseDC(HWND, HDC);
+extern void getTextMetricsW(HDC, TEXTMETRICW *);
+extern void moveWindow(HWND, int, int, int, int);