[Bug 36499] Multiple applications need ID2D1Factory::CreateHwndRenderTarget implementation (SciTE 3.5.x, Direct2D .NET example apps)

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Nov 8 07:47:30 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=36499

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|dotnet                      |
            Summary|Small .NET based Direct2D   |Multiple applications need
                   |example app needs           |ID2D1Factory::CreateHwndRen
                   |ID2D1Factory::CreateHwndRen |derTarget implementation
                   |derTarget implementation    |(SciTE 3.5.x, Direct2D .NET
                   |                            |example apps)

--- Comment #2 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

revisiting, still present.

Also refining summary to collect more apps.

Source:
https://source.winehq.org/git/wine.git/blob/bdaa571c5d7dd59dd28fd1f25cdad5761bfaf4dd:/dlls/d2d1/factory.c#l259

--- snip ---
 259 static HRESULT STDMETHODCALLTYPE
d2d_factory_CreateHwndRenderTarget(ID2D1Factory *iface,
 260         const D2D1_RENDER_TARGET_PROPERTIES *desc, const
D2D1_HWND_RENDER_TARGET_PROPERTIES *hwnd_rt_desc,
 261         ID2D1HwndRenderTarget **render_target)
 262 {
 263     FIXME("iface %p, desc %p, hwnd_rt_desc %p, render_target %p stub!\n",
iface, desc, hwnd_rt_desc, render_target);
 264 
 265     return E_NOTIMPL;
 266 }
--- snip ---

$ wine --version
wine-1.7.54-179-ga0d0d0d

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list