wlroots/include
tokyo4j 86eaa44a3a wlr_keyboard: don't emit key event for duplicated keycodes
This fixes the memory leak in wlr_keyboard_group.keys. The leak happened
because wlr_keyboard.keycodes never contains duplicated keycodes while
wlr_keyboard_group.keys can, so calling wlr_keyboard_finish() for all
the wlr_keyboards in wlr_keyboard_group doesn't always free all the keys
in wlr_keyboard_group.keys.

(cherry picked from commit e21899037a)
2024-11-29 08:40:33 -05:00
..
backend backend/drm: don't set vsync present flag if page flip was async 2024-08-15 11:13:05 -04:00
interfaces types/wlr_input_device: move init and finish function to private API 2022-03-07 16:37:41 +00:00
render Fix __VA_OPT__ macro invocations 2024-06-30 09:01:15 +03:00
types wlr_keyboard: don't emit key event for duplicated keycodes 2024-11-29 08:40:33 -05:00
util xdg-toplevel: check that title provided actually is UTF-8 2023-11-22 22:03:00 +03:00
wlr linux-drm-syncobj: add missing decls in the header 2024-08-15 11:06:02 -04:00
xcursor Add some missing includes/declarations 2023-06-05 21:06:19 +00:00
xwayland xwayland/xwm: listen shell destroy signal 2024-08-23 09:29:38 -04:00
meson.build render/color: add fallback stub when LCMS2 is disabled 2024-06-04 17:45:51 +00:00