summaryrefslogtreecommitdiff
path: root/winapi_windows.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-10-27 10:41:10 -0400
committerPietro Gagliardi <[email protected]>2014-10-27 10:41:10 -0400
commitb6055d8a3557a589a6acc24741074459b9a4f811 (patch)
treefe7466eef4690309bc2b81447dd21d138a1c84bf /winapi_windows.h
parent1d53d4db1dab28efb2aa9c4bc8eee00a68e72766 (diff)
Fixed Group on Windows not sending events to children. I /think/ we're done with container madness on the Windows backend...
Diffstat (limited to 'winapi_windows.h')
-rw-r--r--winapi_windows.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winapi_windows.h b/winapi_windows.h
index a7ee19e..f1a22a1 100644
--- a/winapi_windows.h
+++ b/winapi_windows.h
@@ -74,6 +74,7 @@ extern void checkboxSetChecked(HWND, BOOL);
extern void setTextFieldSubclass(HWND, void *);
extern void textfieldSetAndShowInvalidBalloonTip(HWND, WCHAR *);
extern void textfieldHideInvalidBalloonTip(HWND);
+extern void setGroupSubclass(HWND, void *);
// init_windows.c
extern HINSTANCE hInstance;