[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-devel
Subject:    Re: user32: Add a test for ComboBox WM_WINDOWPOSCHANGED handling.
From:       Alexandre Julliard <julliard () winehq ! org>
Date:       2012-06-28 17:42:23
Message-ID: 87pq8jqqo0.fsf () wine ! dyndns ! org
[Download RAW message or body]

Sergey Guralnik <serhio@etersoft.ru> writes:

> @@ -5807,6 +5830,25 @@ static void test_combobox_messages(void)
>      log_all_parent_messages--;
>      ok_sequence(WmKeyDownComboSeq, "WM_KEYDOWN/VK_DOWN on a ComboBox", FALSE);
>  
> +    wp.hwnd = combo;
> +    wp.hwndInsertAfter = HWND_TOP;
> +    wp.cx = wp.cy = wp.x = wp.y = 50;
> +    wp.flags = 0;
> +    flush_sequence();
> +    SendMessage(combo, WM_WINDOWPOSCHANGED, 0, (LPARAM)&wp);

It doesn't make much sense to send this message directly. What are you
trying to test?

-- 
Alexandre Julliard
julliard@winehq.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic