mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:07:36 +00:00
Kernel/Graphics: Declare BochsGraphicsAdapter::get_edid private method
This commit is contained in:
parent
a699e0a9d7
commit
ebf7225728
1 changed files with 1 additions and 1 deletions
|
@ -36,9 +36,9 @@ public:
|
|||
|
||||
virtual bool vga_compatible() const override;
|
||||
|
||||
private:
|
||||
ErrorOr<ByteBuffer> get_edid(size_t output_port_index) const override;
|
||||
|
||||
private:
|
||||
// ^GenericGraphicsAdapter
|
||||
virtual bool try_to_set_resolution(size_t output_port_index, size_t width, size_t height) override;
|
||||
virtual bool set_y_offset(size_t output_port_index, size_t y) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue