9 Nov
2021
9 Nov
'21
11:41 p.m.
On 11/9/21 13:55, Jacek Caban wrote:
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/user32/driver.c | 209 +---------------------------- dlls/win32u/driver.c | 310 ++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 310 insertions(+), 209 deletions(-)
A little bit related to my previous comment, this patch introduces a reset to "null" graphics driver on driver unload. I think it could also add the same __wine_set_display_driver( &null_driver, WINE_GDI_DRIVER_VERSION ); call when the "null" driver is explicitly requested and loaded, possibly addressing my previous comment too (as the pointer would not be lasy_load_driver anymore). -- Rémi Bernon <rbernon(a)codeweavers.com>