mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 18:37:50 +00:00
...
This commit is contained in:
parent
cbd7aa565b
commit
f5314cb862
1 changed files with 2 additions and 1 deletions
3
glfw/wl_window.c
vendored
3
glfw/wl_window.c
vendored
|
|
@ -634,7 +634,7 @@ xdgToplevelHandleConfigure(void* data,
|
|||
float targetRatio;
|
||||
enum xdg_toplevel_state* state;
|
||||
uint32_t new_states = 0;
|
||||
debug("top-level configure event: size: %dx%d states: ", width, height);
|
||||
debug("XDG top-level configure event: size: %dx%d states: ", width, height);
|
||||
|
||||
wl_array_for_each(state, states) {
|
||||
switch (*state) {
|
||||
|
|
@ -755,6 +755,7 @@ xdgSurfaceHandleConfigure(void* data, struct xdg_surface* surface, uint32_t seri
|
|||
// or buffer state query.
|
||||
_GLFWwindow* window = data;
|
||||
xdg_surface_ack_configure(surface, serial);
|
||||
debug("XDG surface configure event received and acknowledged\n");
|
||||
apply_xdg_configure_changes(window);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue