mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:21:38 +00:00
[SDK][INCLUDE] Refinement of Gdiplus headers (#2217)
Define getNat helper functions in gdiplusbase.h and use them. CORE-16585
This commit is contained in:
parent
9ba5594599
commit
84de8c3f25
8 changed files with 105 additions and 100 deletions
|
@ -27,8 +27,8 @@ inline CustomLineCap::CustomLineCap(
|
|||
: nativeCap(NULL)
|
||||
{
|
||||
nativeCap = NULL;
|
||||
GpPath *nativeFillPath = fillPath ? fillPath->nativePath : NULL;
|
||||
GpPath *nativeStrokePath = strokePath ? strokePath->nativePath : NULL;
|
||||
GpPath *nativeFillPath = fillPath ? getNat(fillPath) : NULL;
|
||||
GpPath *nativeStrokePath = strokePath ? getNat(strokePath) : NULL;
|
||||
lastStatus = DllExports::GdipCreateCustomLineCap(nativeFillPath, nativeStrokePath, baseCap, baseInset, &nativeCap);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue