30 Jan
2009
30 Jan
'09
2:24 p.m.
Vitaliy <vitaliy(a)kievinfo.com> writes:
+ /* Get non-client size */ + if (!psInfo->isModeless) + { + RECT rc1; + + GetWindowRect(hwndDlg, &rc); + GetClientRect(hwndDlg, &rc1); + tabOffsetX = rc.right - rc.left - (rc1.right - rc.left); + tabOffsetY = rc.bottom - rc.top - (rc1.bottom - rc.top);
That doesn't make sense. What are you trying to compute here? -- Alexandre Julliard julliard(a)winehq.org