diff options
Diffstat (limited to 'alf/alfedit.cpp')
| -rw-r--r-- | alf/alfedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alf/alfedit.cpp b/alf/alfedit.cpp index 1d259a8..fc1d876 100644 --- a/alf/alfedit.cpp +++ b/alf/alfedit.cpp @@ -71,7 +71,7 @@ ALF_AddEdit(HWND win, WORD id, UINT x, UINT y, const TCHAR *text) app->compatFn->SetWindowSubclass(hwndEdit, ALF__EditSubclassProc, 0, (DWORD_PTR)app); SetWindowPos(hwndEdit, NULL, 0, 0, 0, 0, SWP_NOZORDER | SWP_NOSIZE | SWP_NOMOVE | SWP_NOACTIVATE | SWP_FRAMECHANGED); - ALFAddWidgetParams p; + ALFWidgetLayoutParams p; ZeroMemory(&p, sizeof(p)); p.hwnd = hwndEdit; p.x = x; |
