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

@@ -28,7 +28,7 @@ class CTearingControl {
SP<CWpTearingControlV1> resource;
CWindow* pWindow = nullptr;
wpTearingControlV1PresentationHint hint = PRESENTATION_HINT_VSYNC;
wpTearingControlV1PresentationHint hint = WP_TEARING_CONTROL_V1_PRESENTATION_HINT_VSYNC;
friend class CTearingControlProtocol;
};