mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-08 22:46:01 +01:00
fix lack of return in tickHyprctl
This commit is contained in:
parent
edac94bed1
commit
e2bc07d276
1 changed files with 2 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue