diff --git a/src/Compositor.cpp b/src/Compositor.cpp index a4a322d8..030b54a3 100644 --- a/src/Compositor.cpp +++ b/src/Compositor.cpp @@ -1486,6 +1486,8 @@ int hyprCtlTick(void* data) { HyprCtl::tickHyprCtl(); // so that we dont get that race condition multithread bullshit wl_event_source_timer_update(hyprCtlTickSource, 16); // tick it 60/s, should be enough. + + return 0; } void CCompositor::startHyprCtlTick() {