https://bugs.winehq.org/show_bug.cgi?id=50319
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Summary|Powerpoint 2013/365: cursor |Powerpoint 2013/365: cursor |not moved when clicking in |not moved when clicking in |current text box |current text box | |(d2d_rectangle_geometry_Str | |okeContainsPoint is a stub)
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming on behalf of OP and refining some fields.
Wine source:
https://source.winehq.org/git/wine.git/blob/e377786a71c3b6eab5bc11c0b1c9c7c3...
--- snip --- 3992 static HRESULT STDMETHODCALLTYPE d2d_rectangle_geometry_StrokeContainsPoint(ID2D1RectangleGeometry *iface, 3993 D2D1_POINT_2F point, float stroke_width, ID2D1StrokeStyle *stroke_style, const D2D1_MATRIX_3X2_F *transform, 3994 float tolerance, BOOL *contains) 3995 { 3996 FIXME("iface %p, point %s, stroke_width %.8e, stroke_style %p, transform %p, tolerance %.8e, contains %p stub!\n", 3997 iface, debug_d2d_point_2f(&point), stroke_width, stroke_style, transform, tolerance, contains); 3998 3999 return E_NOTIMPL; 4000 } --- snip ---
$ wine --version wine-6.0-rc4
Regards