mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 02:31:45 +02:00
1
glfw/wl_window.c
vendored
1
glfw/wl_window.c
vendored
@@ -1054,6 +1054,7 @@ layer_set_properties(const _GLFWwindow *window, bool during_creation, uint32_t w
|
||||
case GLFW_EDGE_CENTER:
|
||||
break;
|
||||
case GLFW_EDGE_CENTER_SIZED:
|
||||
which_anchor = 0;
|
||||
panel_width = width; panel_height = height;
|
||||
break;
|
||||
case GLFW_EDGE_NONE:
|
||||
|
||||
Reference in New Issue
Block a user