wlroots/include
tokyo4j e21899037a 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.
2024-11-28 16:24:57 +00:00
..
backend backend/wayland: add support for explicit sync 2024-11-11 15:22:22 +00:00
interfaces types/wlr_input_device: move init and finish function to private API 2022-03-07 16:37:41 +00:00
render renderer: Drop mention of wlr_renderer_begin_with_buffer 2024-11-11 22:48:50 +00:00
types wlr_keyboard: don't emit key event for duplicated keycodes 2024-11-28 16:24:57 +00:00
util util/time: Move NSEC_PER_SEC to header 2024-11-07 10:22:56 +01:00
wlr Add missing destroy events on automatically destroyed objects 2024-11-26 17:49:22 +00:00
xcursor Add some missing includes/declarations 2023-06-05 21:06:19 +00:00
xwayland xwayland/xwm: implement somewhat asynchronous request flushing 2024-10-07 21:51:15 +03:00
meson.build render/color: add fallback stub when LCMS2 is disabled 2024-06-04 17:45:51 +00:00