"Ilya Shpigor" wrote:
+flush_sequence();
+SendMessageW(hwnd, STM_SETIMAGE, (WPARAM)IMAGE_BITMAP, (LPARAM)hbm);
+todo_wine ok_sequence(WmSetImageErrStaticSeq, "STM_SETIMAGE on a static",
FALSE);
+
+flush_sequence();
+SendMessageW(hwnd, STM_SETIMAGE, (WPARAM)IMAGE_ICON, (LPAR
Attached is a patch I have been working to fix Bug #7929 (C&C 3 network does
not work). This patch replaces interface-specific bind requests (on UDP
datagrams only) with a global bind and stores the interface index. The
patch then uses IP_PKTINFO to set the outgoing interface and filter incoming
Am 28.09.2009 15:08, schrieb Henri Verbeet:
static LPCSTR STDMETHODCALLTYPE
d3d10_effect_type_GetMemberName(ID3D10EffectType *iface, UINT index)
{
-FIXME("iface %p, index %u stub!\n", iface, index);
+struct d3d10_effect_type *This = (struct d3d10_effect_type *)iface;
-return NUL
Detlef Riekenberg wrote:
On Fr, 2009-09-25 at 15:30 -0500, Andrew Eikum wrote:
+static HRESULT get_url_components(HTMLLocation *This, URL_COMPONENTSW
*url)
+{
+const WCHAR *doc_url;
+if(!InternetCrackUrlW(doc_url, 0, 0, url)) {
+FIXME("InternetCrackUrlW failed\n");
Such a FI
Hello everyone,
please find attached a patch for Bug 14222. IIRC I sent a similar
patch a year ago or so and never received feedback why it was
rejected. Austin encouraged me to send it again, so please if it is
unacceptable, let me know why.
The patch will make RPC clients work that are written
Greg Geldorp wrote:
Hi Nikolay,
Ge van Geldorp wrote:
Changelog:
comctl32/tests: Fix monthcal test on NT4
Hi, Ge.
This one interfere with a mine, sent yesterday:
http://www.winehq.org/pipermail/wine-patches/2009-September/078955.html
Could you wait a bit? I hope this could
Could you please add a test for that?
On Mon, Sep 28, 2009 at 10:51 AM, Henri Verbeet wrote:
> 2009/9/28 Allan Tong :
>> Note that this patch only changes d3d9.
>>
> Could you write one for d3d8 as well? Otherwise I'll send one tomorrow.
Will do.
- Allan
> First thing to do (as usual) is to add the test to show the drawing
> behaviour.
Ok. I will make TRY 4 of tests.
--
Best regards,
Ilya Shpigor.
2009/9/28 Allan Tong :
> I assume this was done to avoid referencing freed memory, but I'm not
> sure if there was any other reason for this.
>
Not referencing potentially freed memory was the only reason.
> Note that this patch only changes d3d9.
>
Could you write one for d3d8 as well? Otherwise
"Ge van Geldorp" writes:
> @@ -417,18 +417,23 @@ static HRESULT
> DataObjectImpl_CreateComplex(LPDATAOBJECT *lplpdataobj)
> InitFormatEtc(obj->fmtetc[1], cf_stream, TYMED_ISTREAM);
> InitFormatEtc(obj->fmtetc[2], cf_storage, TYMED_ISTORAGE);
> InitFormatEtc(obj->fmtetc[3], cf_anot
2009/9/28 Rico Schüller :
> +ID3D10Effect* effect;
I'd prefer it if that was written as "ID3D10Effect *effect;"
> +ok(SUCCEEDED(hr), "ID3D10EffectType::GetDesc failed!\n");
Please print the actual error code as well.
> +ok(type_desc.Elements == 0, "Elements is %i, expected 0\n",
> ty
> static LPCSTR STDMETHODCALLTYPE
> d3d10_effect_type_GetMemberName(ID3D10EffectType *iface, UINT index)
> {
> -FIXME("iface %p, index %u stub!\n", iface, index);
> +struct d3d10_effect_type *This = (struct d3d10_effect_type *)iface;
>
> -return NULL;
> +TRACE("iface %p, index %u
Hi Nikolay,
> Ge van Geldorp wrote:
> > Changelog:
> > comctl32/tests: Fix monthcal test on NT4
> Hi, Ge.
>
> This one interfere with a mine, sent yesterday:
>
> http://www.winehq.org/pipermail/wine-patches/2009-September/078955.html
>
> Could you wait a bit? I hope this could fix some failures.
Ge van Geldorp wrote:
Ignore MCHT_TITLEBK, title elements might be adjacent without any
background in between.
Changelog:
comctl32/tests: Fix monthcal test on NT4
---
dlls/comctl32/tests/monthcal.c | 17 +
1 files changed, 9 insertions(+), 8 deletions(-)
Hi, Ge.
This o
"Ilya Shpigor" wrote:
Yes, MSDN tells about 0. The -1 value is used for detecting the errors inside
Wine and blocking the static controls redrawing. Then the 0 value is returned
to application:
- STATIC_TryPaintFcn( hwnd, full_style );
+ if (lResult != -1)
+ STATIC_TryPaintFcn( hwnd, full_st
On Saturday 26 September 2009 12:09:30 Nikolay Sivov wrote:
> ---
> + if ((style & SS_TYPEMASK) != SS_ICON) return (HICON)-1;
> ...
> + if ((style & SS_TYPEMASK) != SS_BITMAP) return (HBITMAP)-1;
> ...
> + if ((style & SS_TYPEMASK) != SS_ENHMETAFILE) return (HENHMETAFILE)-1;
> ---
>
> Add tests fo
17 matches
Mail list logo