We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd6203 commit b8018c5Copy full SHA for b8018c5
src/core/LockSurface.cpp
@@ -47,7 +47,6 @@ CSessionLockSurface::CSessionLockSurface(COutput* output) : output(output) {
47
if (fractional) {
48
wp_fractional_scale_v1_add_listener(fractional, &fsListener, this);
49
viewport = wp_viewporter_get_viewport(g_pHyprlock->getViewporter(), surface);
50
- wl_display_roundtrip(g_pHyprlock->getDisplay());
51
} else
52
Debug::log(LOG, "No fractional-scale support! Oops, won't be able to scale!");
53
0 commit comments