Skip to content

Commit

Permalink
drop stupid roundtrip
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Feb 21, 2024
1 parent 0bd6203 commit b8018c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/LockSurface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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!");

Expand Down

0 comments on commit b8018c5

Please sign in to comment.