mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:47:36 +00:00
Kernel/Graphics: Fix a method to be more accurate about its name
This commit is contained in:
parent
cfdd231a4d
commit
58d7eb36ad
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ public:
|
|||
static bool is_initialized();
|
||||
bool initialize();
|
||||
|
||||
unsigned current_minor_number() { return m_current_minor_number++; };
|
||||
unsigned allocate_minor_device_number() { return m_current_minor_number++; };
|
||||
GraphicsManagement();
|
||||
|
||||
bool framebuffer_devices_allowed() const { return m_framebuffer_devices_allowed; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue