diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-28 15:46:13 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-28 15:46:13 -0400 |
| commit | 667745dd8c79ea358b66456ea7afcc751429da88 (patch) | |
| tree | 7fd057c74e34a50282221cf0699569b00e90dc97 /basicctrls_windows.c | |
| parent | 649b52b6ef273c2ea5a4cf881835a7fd61bd4df1 (diff) | |
Added the initial Windows Spinbox code.
Diffstat (limited to 'basicctrls_windows.c')
| -rw-r--r-- | basicctrls_windows.c | 3 |
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; |
