Georg Lehmann : winevulkan: Simplify thunk declaration.
Module: wine Branch: master Commit: 3b63afeeba29a76e19eee41a90c9a32838645cf9 URL: https://source.winehq.org/git/wine.git/?a=commit;h=3b63afeeba29a76e19eee41a9... Author: Georg Lehmann <dadschoorse(a)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(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)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=3b63afeeba29a76e19eee...
participants (1)
-
Alexandre Julliard