mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:57:45 +00:00
Terminal: Move the notifier into the Terminal class.
This commit is contained in:
parent
3351f1ccc1
commit
c75ecaae32
3 changed files with 29 additions and 26 deletions
|
@ -6,6 +6,7 @@
|
|||
#include <SharedGraphics/GraphicsBitmap.h>
|
||||
#include <SharedGraphics/Rect.h>
|
||||
#include <LibGUI/GWidget.h>
|
||||
#include <LibGUI/GNotifier.h>
|
||||
|
||||
class Font;
|
||||
|
||||
|
@ -140,4 +141,6 @@ private:
|
|||
bool m_need_full_flush { false };
|
||||
|
||||
RetainPtr<Font> m_font;
|
||||
|
||||
GNotifier m_notifier;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue