Georg Lehmann : winevulkan: Simplify thunk declaration.

Alexandre Julliard julliard at winehq.org
Tue Apr 13 16:31:21 CDT 2021


Module: wine
Branch: master
Commit: 3b63afeeba29a76e19eee41a90c9a32838645cf9
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=3b63afeeba29a76e19eee41a90c9a32838645cf9

Author: Georg Lehmann <dadschoorse at gmail.com>
Date:   Mon Apr 12 23:04:56 2021 +0200

winevulkan: Simplify thunk declaration.

Previously
"thunk" : True, "private_thunk" : True
and
"thunk" : False, "private_thunk" : True
had the same effect and make_vulkan used both variant.
Replacing the two bools with an enum should reduce confusion.

Signed-off-by: Georg Lehmann <dadschoorse at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winevulkan/make_vulkan | 138 +++++++++++++++++++++++---------------------
 1 file changed, 72 insertions(+), 66 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=3b63afeeba29a76e19eee41a90c9a32838645cf9



More information about the wine-cvs mailing list