mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:33:04 +00:00
[BOOTVID] Code refactoring. (#2510)
- Abstract the VGA and LCD code. - Create a common file for all platforms.
This commit is contained in:
parent
df23bb779e
commit
5f2ca473dc
9 changed files with 624 additions and 659 deletions
|
@ -63,7 +63,7 @@ VidBitBlt(IN PUCHAR Buffer,
|
|||
|
||||
VOID
|
||||
NTAPI
|
||||
VidScreenToBufferBlt(IN PUCHAR Buffer,
|
||||
VidScreenToBufferBlt(OUT PUCHAR Buffer,
|
||||
IN ULONG Left,
|
||||
IN ULONG Top,
|
||||
IN ULONG Width,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue