mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 10:27:24 +00:00
parent
f06f85a9e0
commit
10e0d11093
1 changed files with 1 additions and 0 deletions
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue