mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 12:06:07 +00:00
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: 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;
|
virtual bool vga_compatible() const override;
|
||||||
|
|
||||||
|
private:
|
||||||
ErrorOr<ByteBuffer> get_edid(size_t output_port_index) const override;
|
ErrorOr<ByteBuffer> get_edid(size_t output_port_index) const override;
|
||||||
|
|
||||||
private:
|
|
||||||
// ^GenericGraphicsAdapter
|
// ^GenericGraphicsAdapter
|
||||||
virtual bool try_to_set_resolution(size_t output_port_index, size_t width, size_t height) override;
|
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;
|
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