mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-09-02 04:43:48 -07:00
fix lack of return in tickHyprctl
This commit is contained in:
@@ -1486,6 +1486,8 @@ int hyprCtlTick(void* data) {
|
|||||||
HyprCtl::tickHyprCtl(); // so that we dont get that race condition multithread bullshit
|
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.
|
wl_event_source_timer_update(hyprCtlTickSource, 16); // tick it 60/s, should be enough.
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CCompositor::startHyprCtlTick() {
|
void CCompositor::startHyprCtlTick() {
|
||||||
|
Reference in New Issue
Block a user