mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:57:43 +00:00
LibGfx: Move a bunch of LogStream::operator<< to cpp files
This commit is contained in:
parent
3866e0d4d4
commit
34b5ff7c29
12 changed files with 162 additions and 28 deletions
|
@ -57,7 +57,7 @@ public:
|
|||
Size size() const { return m_plugin->size(); }
|
||||
int width() const { return size().width(); }
|
||||
int height() const { return size().height(); }
|
||||
RefPtr<Gfx::Bitmap> bitmap() const { return m_plugin->bitmap(); }
|
||||
RefPtr<Gfx::Bitmap> bitmap() const;
|
||||
void set_volatile() { m_plugin->set_volatile(); }
|
||||
[[nodiscard]] bool set_nonvolatile() { return m_plugin->set_nonvolatile(); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue