mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-08-26 13:35:02 +00:00
Fix type sizes
This commit is contained in:
@@ -118,7 +118,7 @@ namespace Video
|
||||
Font *GetCurrentFont();
|
||||
void SetCurrentFont(Font *Font);
|
||||
uint16_t GetBitsPerPixel();
|
||||
uint64_t GetPitch();
|
||||
size_t GetPitch();
|
||||
|
||||
/**
|
||||
* @brief Create a new buffer
|
||||
|
Reference in New Issue
Block a user