forked from xt-sys/exectos
Fix framebuffer address calculations by using Pitch and BytesPerPixel
This commit is contained in:
@@ -376,6 +376,7 @@ typedef struct _HAL_FRAMEBUFFER_DATA
|
||||
UINT Height;
|
||||
UINT PixelsPerScanLine;
|
||||
UINT BitsPerPixel;
|
||||
UINT BytesPerPixel;
|
||||
UINT Pitch;
|
||||
PVOID Font;
|
||||
struct
|
||||
|
Reference in New Issue
Block a user