summaryrefslogtreecommitdiff
path: root/redo/winapi_windows.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-17 23:45:12 -0400
committerPietro Gagliardi <[email protected]>2014-07-17 23:45:12 -0400
commit6a5a28d917015c9bca730f9ffd3748011fe3528d (patch)
tree5a4fba8c11bb6fdcaf5b69e792a3f6b1420e8d14 /redo/winapi_windows.h
parentd8f302f15728ab6222310657e508cf4480080c79 (diff)
Migrated common_windows.go to C. Now to nuke unneeded files and fix compiler errors...
Diffstat (limited to 'redo/winapi_windows.h')
-rw-r--r--redo/winapi_windows.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h
index 068cb13..3896c3b 100644
--- a/redo/winapi_windows.h
+++ b/redo/winapi_windows.h
@@ -56,3 +56,10 @@ extern void moveWindow(HWND, int, int, int, int);
extern DWORD makeWindowWindowClass(char **);
extern HWND newWindow(LPCWSTR, int, int, void *);
extern void windowClose(HWND);
+
+/* common_windows.c */
+extern LRESULT getWindowTextLen(HWND);
+extern void getWindowText(HWND, WPARAM, LPCWSTR);
+extern void setWindowText(HWND, LPCWSTR);
+extern void updateWindow(HWND);
+extern void storelpParam(HWND, LPARAM);