[Git][wine/wine][master] include: Fix dcomp.idl method name and order.
Alexandre Julliard pushed to branch master at wine / wine Commits: a4993112 by Zhiyi Zhang at 2025-06-19T22:54:54+02:00 include: Fix dcomp.idl method name and order. 1. The order of overloaded methods in vtable is opposite to their order in the .idl file. For example, the first method of IDCompositionVisual should be SetOffsetXAnimation() instead of SetOffsetX(). 2. Method names for IDCompositionRotateTransform3D are wrong due to a copy paste error. - - - - - 1 changed file: - include/dcomp.idl View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/a4993112707c4ad43b78cab44f4d9a2... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/a4993112707c4ad43b78cab44f4d9a2... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)