Browse Source

WindowServer: Make WSCompositor the parent of its timers

Andreas Kling 6 years ago
parent
commit
8aece8f5b7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Servers/WindowServer/WSCompositor.cpp

+ 2 - 0
Servers/WindowServer/WSCompositor.cpp

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