Преглед на файлове

WindowServer: Make WSCompositor the parent of its timers

Andreas Kling преди 6 години
родител
ревизия
8aece8f5b7
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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();