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.