mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 07:28:11 +00:00
WindowServer: Make WSCompositor the parent of its timers
This commit is contained in:
parent
1b3599fbbc
commit
8aece8f5b7
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ WallpaperMode mode_to_enum(const String& name)
|
|||
}
|
||||
|
||||
WSCompositor::WSCompositor()
|
||||
: m_compose_timer(this)
|
||||
, m_immediate_compose_timer(this)
|
||||
{
|
||||
m_screen_can_set_buffer = WSScreen::the().can_set_buffer();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue