From 7e40e9fe28f2349b06bf81a32e75183da1f48d56 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 17 Jul 2014 22:16:32 -0400 Subject: Migrated controls_windows.go to C. --- redo/winapi_windows.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'redo/winapi_windows.h') 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 *); -- cgit v1.2.3