https://bugs.winehq.org/show_bug.cgi?id=36499 Anastasius Focht <focht(a)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(a)gmx.net> --- Hello folks, revisiting, still present. Also refining summary to collect more apps. Source: https://source.winehq.org/git/wine.git/blob/bdaa571c5d7dd59dd28fd1f25cdad576... --- 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.