[PATCH] wined3d: fix wrong struct initialization

Henri Verbeet hverbeet at gmail.com
Sun Apr 26 07:58:08 CDT 2015


On 26 April 2015 at 12:22, Patrick Rudolph <siro at das-labor.org> wrote:
> -        static const struct wined3d_query_data_timestamp_disjoint
> disjoint_data = {FALSE, 1000 * 1000 * 1000};
> +        static const struct wined3d_query_data_timestamp_disjoint
> disjoint_data = {1000 * 1000 * 1000, FALSE};
The change is fine like this, but unfortunately it looks like your MUA
has wrapped the patch.



More information about the wine-patches mailing list