From 8efde69a25ec7c2d12238e78e1908d1df2b5c582 Mon Sep 17 00:00:00 2001 From: Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com> Date: Thu, 22 Dec 2022 01:27:51 +0100 Subject: [PATCH] [WIN32K:NTGDI] PATH_PathToRegion(): Update documentation (#4941) Addendum to 215e0d9 (r64177). --- win32ss/gdi/ntgdi/path.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/win32ss/gdi/ntgdi/path.c b/win32ss/gdi/ntgdi/path.c index 08ca767473d..a8e58500938 100644 --- a/win32ss/gdi/ntgdi/path.c +++ b/win32ss/gdi/ntgdi/path.c @@ -1442,9 +1442,8 @@ PATH_FlattenPath(PPATH pPath) /* PATH_PathToRegion * - * Creates a region from the specified path using the specified polygon - * filling mode. The path is left unchanged. A handle to the region that - * was created is stored in *pHrgn. + * Fills Rgn from the specified path using the specified polygon + * filling mode. The path is left unchanged. */ BOOL FASTCALL