[PATCH 5/5] d3d9: Report d3d9 adapter group information in device caps.

Henri Verbeet hverbeet at gmail.com
Mon Mar 16 08:44:54 CDT 2020


On Mon, 16 Mar 2020 at 17:02, Zhiyi Zhang <zzhang at codeweavers.com> wrote:
> On 3/16/20 8:02 PM, Henri Verbeet wrote:
> > If you're going to move these, you may as well fix the parameter
> > names. On the other hand, you could also consider doing something like
> > the following:
> >
> >     void d3d9_caps_from_wined3dcaps(const struct d3d9 *d3d9, unsigned
> > int adapter_ordinal,
> >             D3DCAPS9 *caps, const struct wined3d_caps *wined3d_caps)
> > DECLSPEC_HIDDEN;
> >
> > and just leaving the other declarations where they are.
> So, only moving this function up?

Down, and changing it to be a "d3d9_" function, but yes.



More information about the wine-devel mailing list