mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 12:08:14 +00:00
Userland: Remove stale remainders of old framebuffer devices
This commit is contained in:
parent
b7d0b5d745
commit
b5e5b299c4
7 changed files with 29 additions and 36 deletions
|
@ -35,7 +35,7 @@ public:
|
|||
virtual ErrorOr<GraphicsHeadModeSetting> get_head_mode_setting() override;
|
||||
|
||||
String m_device {};
|
||||
int m_framebuffer_fd { -1 };
|
||||
int m_display_connector_fd { -1 };
|
||||
|
||||
Gfx::ARGB32* scanline(int buffer_index, int y) const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue