13 Nov
2023
13 Nov
'23
1:55 a.m.
push_dc_driver() places drivers based on their priorities, so the newly created driver is not necessary on top. Thus in windrv_CreateDC(), find_dc_driver() should be used to find the dib driver instead of assuming the dib driver is the top driver, which could be the path driver because it has a higher priority. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4374