1
Fork 0
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:
Liav A 2022-06-10 13:54:36 +03:00 committed by Linus Groh
parent b7d0b5d745
commit b5e5b299c4
7 changed files with 29 additions and 36 deletions

View file

@ -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
{