mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:57:43 +00:00
Kernel/Graphics: Rename m_vga_region => m_vga_window_region
This commit is contained in:
parent
00dbd667d5
commit
f052b9574c
2 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ private:
|
|||
|
||||
mutable Spinlock m_vga_lock;
|
||||
|
||||
NonnullOwnPtr<Memory::Region> m_vga_region;
|
||||
NonnullOwnPtr<Memory::Region> m_vga_window_region;
|
||||
VirtualAddress m_current_vga_window;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue