drop stupid roundtrip

This commit is contained in:
Vaxry 2024-02-21 16:04:50 +00:00
parent 0bd620384d
commit b8018c590e
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ CSessionLockSurface::CSessionLockSurface(COutput* output) : output(output) {
if (fractional) {
wp_fractional_scale_v1_add_listener(fractional, &fsListener, this);
viewport = wp_viewporter_get_viewport(g_pHyprlock->getViewporter(), surface);
wl_display_roundtrip(g_pHyprlock->getDisplay());
} else
Debug::log(LOG, "No fractional-scale support! Oops, won't be able to scale!");