protocols: fix for hyprwayland-scanner update
This commit is contained in:
parent
ed69502ff6
commit
87173bd09d
4 changed files with 9 additions and 9 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue