wlroots/backend
Kirill Primak b909cc71cd backend/x11: don't send ConfigureRequest with the same size
Under X11, ConfigureNotify means that the window has already been resized.
Sending ConfigureRequest with the received size is not only useless, but also
can confuse the window manager, which will probably reply with the current
(i.e. *old*) size causing a configure loop.

Fixes: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3769
(cherry picked from commit 4990ed99eb)
2023-11-28 10:36:03 -05:00
..
drm backend/drm: drop unnecessary flags in legacy interface 2023-11-19 15:32:30 +01:00
headless treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practical 2023-10-03 01:51:07 -04:00
libinput treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practical 2023-10-03 01:51:07 -04:00
multi backend: drop wlr_backend_get_presentation_clock() 2023-10-30 18:39:39 +01:00
session backend/session: make optional 2022-11-25 16:15:29 +00:00
wayland backend: drop wlr_backend_get_presentation_clock() 2023-10-30 18:39:39 +01:00
x11 backend/x11: don't send ConfigureRequest with the same size 2023-11-28 10:36:03 -05:00
backend.c backend: drop wlr_backend_get_presentation_clock() 2023-10-30 18:39:39 +01:00
meson.build backend/session: make optional 2022-11-25 16:15:29 +00:00