summaryrefslogtreecommitdiff
path: root/redo/winapi_windows.h
diff options
context:
space:
mode:
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 81bf271..ea3c745 100644
--- a/redo/winapi_windows.h
+++ b/redo/winapi_windows.h
@@ -32,3 +32,9 @@ extern DWORD initCommonControls(LPCWSTR, char **);
extern BOOL (*WINAPI fv_SetWindowSubclass)(HWND, SUBCLASSPROC, UINT_PTR, DWORD_PTR);
extern BOOL (*WINAPI fv_RemoveWindowSubclass)(HWND, SUBCLASSPROC, UINT_PTR);
extern LRESULT (*WINAPI fv_DefSubclassProc)(HWND, UINT, WPARAM, LPARAM);
+
+/* controls_windows.c */
+extern HWND newWidget(LPCWSTR, DWORD, DWORD);
+extern void controlSetParent(HWND, HWND);
+extern LRESULT forwardCommand(HWND, UINT, WPARAM, LPARAM);
+extern void setButtonSubclass(HWND, void *);