Wayland: panel kitten: Fix incorrect initial font size on compositors such as Hyprland that set scale late in the window creation process

Fixes #8496
This commit is contained in:
Kovid Goyal
2025-03-30 16:19:52 +05:30
parent ac2b1fbe0b
commit 3c57cc02f7
7 changed files with 26 additions and 5 deletions

View File

@@ -323,6 +323,7 @@ def generate_wrappers(glfw_header: str) -> None:
void glfwWaylandRunWithActivationToken(GLFWwindow *handle, GLFWactivationcallback cb, void *cb_data)
bool glfwWaylandSetTitlebarColor(GLFWwindow *handle, uint32_t color, bool use_system_color)
void glfwWaylandRedrawCSDWindowTitle(GLFWwindow *handle)
bool glfwWaylandIsWindowFullyCreated(GLFWwindow *handle)
void glfwWaylandSetupLayerShellForNextWindow(const GLFWLayerShellConfig *c)
pid_t glfwWaylandCompositorPID(void)
unsigned long long glfwDBusUserNotify(const GLFWDBUSNotificationData *n, GLFWDBusnotificationcreatedfun callback, void *data)