summaryrefslogtreecommitdiff
path: root/basicctrls_windows.c
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-10-28 15:46:13 -0400
committerPietro Gagliardi <[email protected]>2014-10-28 15:46:13 -0400
commit667745dd8c79ea358b66456ea7afcc751429da88 (patch)
tree7fd057c74e34a50282221cf0699569b00e90dc97 /basicctrls_windows.c
parent649b52b6ef273c2ea5a4cf881835a7fd61bd4df1 (diff)
Added the initial Windows Spinbox code.
Diffstat (limited to 'basicctrls_windows.c')
-rw-r--r--basicctrls_windows.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/basicctrls_windows.c b/basicctrls_windows.c
index 8a4cc9a..1041b32 100644
--- a/basicctrls_windows.c
+++ b/basicctrls_windows.c
@@ -160,3 +160,6 @@ void setGroupSubclass(HWND hwnd, void *data)
if ((*fv_SetWindowSubclass)(hwnd, groupSubProc, 0, (DWORD_PTR) data) == FALSE)
xpanic("error subclassing Group to give it its own event handler", GetLastError());
}
+
+// provided for cgo's benefit
+LPWSTR xUPDOWN_CLASSW = UPDOWN_CLASSW;