mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-11-16 23:05:58 +01:00
drop stupid roundtrip
This commit is contained in:
parent
0bd620384d
commit
b8018c590e
1 changed files with 0 additions and 1 deletions
|
@ -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!");
|
||||
|
||||
|
|
Loading…
Reference in a new issue