mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +00:00
Assistant: Add missing bitmap accessor for terminal actions
This commit is contained in:
parent
a4b4397a10
commit
6af08f950a
Notes:
sideshowbarker
2024-07-18 10:32:49 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/6af08f950ad Pull-request: https://github.com/SerenityOS/serenity/pull/8410
1 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,8 @@ public:
|
|||
~TerminalResult() override = default;
|
||||
void activate() const override;
|
||||
|
||||
virtual Gfx::Bitmap const* bitmap() const override { return m_bitmap; }
|
||||
|
||||
private:
|
||||
RefPtr<Gfx::Bitmap> m_bitmap;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue