Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jan 21, 2025
1 parent 0527db8 commit 5e41de9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion glfw/wl_window.c
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,6 @@ static bool createSurface(_GLFWwindow* window,
}
}
}
// see fractional_scale_preferred_scale() for logic of setting window_fully_created
window->wl.window_fully_created = !window->wl.expect_scale_from_compositor;
if (_glfw.wl.org_kde_kwin_blur_manager && wndconfig->blur_radius > 0) _glfwPlatformSetWindowBlur(window, wndconfig->blur_radius);

Expand Down

0 comments on commit 5e41de9

Please sign in to comment.