ddraw: Pass the monitor to the callback in ddraw_enumerate_secondary_devices().
This commit is contained in:
parent
5dd286d05a
commit
c7d05d2d60
|
@ -85,7 +85,7 @@ static void ddraw_enumerate_secondary_devices(struct wined3d *wined3d, LPDDENUMC
|
||||||
{
|
{
|
||||||
TRACE("Interface %d: %s\n", adapter, wine_dbgstr_guid(&adapter_id.device_identifier));
|
TRACE("Interface %d: %s\n", adapter, wine_dbgstr_guid(&adapter_id.device_identifier));
|
||||||
cont_enum = callback(&adapter_id.device_identifier, adapter_id.description,
|
cont_enum = callback(&adapter_id.device_identifier, adapter_id.description,
|
||||||
adapter_id.device_name, context, 0);
|
adapter_id.device_name, context, wined3d_get_adapter_monitor(wined3d, adapter));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue