wlroots/include/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: add wlr_drm_connector_state.nonblock 2023-11-19 15:32:30 +01:00
session Add some missing includes/declarations 2023-06-05 21:06:19 +00:00
backend.h backend: remove backend_get_allocator 2021-11-18 09:37:57 -05:00
headless.h backend: use global output name counters 2022-10-13 13:12:43 +02:00
libinput.h docs: replace the less commonly used "::" with "." 2023-10-02 22:10:16 +03:00
multi.h backend: drop wlr_backend_get_session() 2022-11-15 21:16:25 +00:00
wayland.h backend: drop wlr_backend_get_presentation_clock() 2023-10-30 18:39:39 +01:00
x11.h backend/x11: don't send ConfigureRequest with the same size 2023-11-28 10:36:03 -05:00