Kernel/Graphics: Declare BochsGraphicsAdapter::get_edid private method
This commit is contained in:
parent
a699e0a9d7
commit
ebf7225728
Notes:
sideshowbarker
2024-07-17 11:17:43 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/ebf7225728 Pull-request: https://github.com/SerenityOS/serenity/pull/13845
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
Reference in a new issue