Kernel/Graphics: Declare BochsGraphicsAdapter::get_edid private method

This commit is contained in:
Liav A 2022-01-28 17:38:49 +02:00 committed by Andreas Kling
parent a699e0a9d7
commit ebf7225728
Notes: sideshowbarker 2024-07-17 11:17:43 +09:00

View file

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