Skip to content

Commit b8018c5

Browse files
committed
drop stupid roundtrip
1 parent 0bd6203 commit b8018c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/LockSurface.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ CSessionLockSurface::CSessionLockSurface(COutput* output) : output(output) {
4747
if (fractional) {
4848
wp_fractional_scale_v1_add_listener(fractional, &fsListener, this);
4949
viewport = wp_viewporter_get_viewport(g_pHyprlock->getViewporter(), surface);
50-
wl_display_roundtrip(g_pHyprlock->getDisplay());
5150
} else
5251
Debug::log(LOG, "No fractional-scale support! Oops, won't be able to scale!");
5352

0 commit comments

Comments
 (0)