mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
Sync to Wine-0_9_4:
Dmitry Timoshkov <[email protected]> - comctl32: Add a test for the initial tooltip window style settings, make it pass under Wine. Eric Pouech <[email protected]> - comctl32: Fixed (harmless) typo. svn path=/trunk/; revision=20345
This commit is contained in:
@@ -2400,7 +2400,7 @@ TOOLTIPS_NCCreate (HWND hwnd, WPARAM wParam, LPARAM lParam)
|
||||
DWORD dwStyle = GetWindowLongW (hwnd, GWL_STYLE);
|
||||
DWORD dwExStyle = GetWindowLongW (hwnd, GWL_EXSTYLE);
|
||||
|
||||
dwStyle &= 0x0000FFFF;
|
||||
dwStyle &= ~(WS_CHILD | /*WS_MAXIMIZE |*/ WS_BORDER | WS_DLGFRAME);
|
||||
dwStyle |= (WS_POPUP | WS_BORDER | WS_CLIPSIBLINGS);
|
||||
|
||||
/* WS_BORDER only draws a border round the window rect, not the
|
||||
|
||||
@@ -565,7 +565,7 @@ TREEVIEW_SendTreeviewNotify(TREEVIEW_INFO *infoPtr, UINT code, UINT action,
|
||||
TRACE("code:%d action:%x olditem:%p newitem:%p\n",
|
||||
code, action, oldItem, newItem);
|
||||
|
||||
ZeroMemory(&nmhdr, sizeof(NMTREEVIEWA));
|
||||
ZeroMemory(&nmhdr, sizeof(NMTREEVIEWW));
|
||||
|
||||
nmhdr.hdr.hwndFrom = hwnd;
|
||||
nmhdr.hdr.idFrom = GetWindowLongPtrW(hwnd, GWLP_ID);
|
||||
|
||||
Reference in New Issue
Block a user