mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 18:22:09 +02:00
...
This commit is contained in:
1
glfw/wl_window.c
vendored
1
glfw/wl_window.c
vendored
@@ -834,6 +834,7 @@ attach_temp_buffer_during_window_creation(_GLFWwindow *window) {
|
|||||||
static void
|
static void
|
||||||
loop_till_window_fully_created(_GLFWwindow *window) {
|
loop_till_window_fully_created(_GLFWwindow *window) {
|
||||||
if (!window->wl.window_fully_created) {
|
if (!window->wl.window_fully_created) {
|
||||||
|
debug("Waiting for compositor to send fractional scale for window\n");
|
||||||
monotonic_t start = monotonic();
|
monotonic_t start = monotonic();
|
||||||
while (!window->wl.window_fully_created && monotonic() - start < ms_to_monotonic_t(300)) {
|
while (!window->wl.window_fully_created && monotonic() - start < ms_to_monotonic_t(300)) {
|
||||||
if (wl_display_roundtrip(_glfw.wl.display) == -1) {
|
if (wl_display_roundtrip(_glfw.wl.display) == -1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user