protocols: fix for hyprwayland-scanner update

This commit is contained in:
Vaxry
2024-04-21 21:20:48 +01:00
parent ed69502ff6
commit 87173bd09d
4 changed files with 9 additions and 9 deletions

View File

@@ -68,7 +68,7 @@ void CTearingControl::updateWindow() {
if (!pWindow)
return;
pWindow->m_bTearingHint = hint == PRESENTATION_HINT_ASYNC;
pWindow->m_bTearingHint = hint == WP_TEARING_CONTROL_V1_PRESENTATION_HINT_ASYNC;
}
bool CTearingControl::good() {