summaryrefslogtreecommitdiff
path: root/new/uipriv_windows.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-07 02:11:31 -0400
committerPietro Gagliardi <[email protected]>2015-04-07 02:11:31 -0400
commit816461ecbfb911bda36b74149b9b0f6b6c52e16e (patch)
tree59a8abd1a1e2e69a477f185746b938b6780430f2 /new/uipriv_windows.h
parentfc3456f5e1b4e3dd265603d9406d0348f6878548 (diff)
Added Common Controls code again (because we're going to need the subclassing functions now).
Diffstat (limited to 'new/uipriv_windows.h')
-rw-r--r--new/uipriv_windows.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/new/uipriv_windows.h b/new/uipriv_windows.h
index bdaf793..4d4ba54 100644
--- a/new/uipriv_windows.h
+++ b/new/uipriv_windows.h
@@ -49,5 +49,11 @@ extern HWND initialParent;
// util_windows.c
extern WCHAR *toUTF16(const char *);
+// comctl32_windows.c
+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);
+extern const char *initCommonControls(void);
+
// window_windows.c
extern ATOM registerWindowClass(HICON, HCURSOR);