wlroots-hyprland/include/backend
Kirill Primak 4990ed99eb 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
2023-11-27 09:46:11 +00:00
..
drm backend/session: take wl_event_loop instead of wl_display 2023-11-23 11:15:07 +00: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-27 09:46:11 +00:00