reactos/win32ss/gdi
Oleg Dubinskiy c05a45e17e
[WIN32K:ENG] Pass correct display name to EngpFindGraphicsDevice (#4128)
It actually should look like '\\.\DISPLAY<n>' (since it comes from user mode),
which the function expects, and not '\\Device\\Video<n>', like done in the
kernel mode. Otherwise, passing wrong name causes a mismatch.

Fix the problem with video device access (failure with status 0xc0000022 when
trying to open it). Hence, it also fixes the following debug log spam:
'err: Could not open device \Device\Video0, 0xc0000022'.

Addendum to 77e891b8. CORE-17719 CORE-17786
2021-12-01 18:28:45 +03:00
..
dib [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
diblib Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
eng [WIN32K:ENG] Pass correct display name to EngpFindGraphicsDevice (#4128) 2021-12-01 18:28:45 +03:00
gdi32 [GDI32] Fix rectangle flag issues. 2021-10-16 11:16:43 -05:00
ntgdi [WIN32K] Fix 'use after free' in NtGdiStretchDIBitsInternal (#4122) 2021-11-22 02:57:36 +01:00