mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 15:06:00 +01:00
FUCK
This commit is contained in:
parent
efad5087b4
commit
cf2aa782e7
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ void CFrameSchedulingManager::registerMonitor(CMonitor* pMonitor) {
|
|||
DATA->vblankTimer = std::make_shared<CEventLoopTimer>(::onPresentTimer, pMonitor);
|
||||
|
||||
g_pEventLoopManager->addTimer(DATA->fenceTimer);
|
||||
g_pEventLoopManager->addTimer(DATA->vblankTimer);
|
||||
}
|
||||
|
||||
void CFrameSchedulingManager::unregisterMonitor(CMonitor* pMonitor) {
|
||||
|
|
Loading…
Reference in a new issue