labwc/subprojects
tokyo4j e764fc4964 chase wlroots: ime: don't use data in kb grab destroy handler (MR 5170)
Ref: 06275103f249cd2954630e59383342e102a6c1a3
(input-method-v2: Destroy keyboard grab before input method)

Background:

My MR in wlroots (!5107) stopped emitting `wlr_input_method_v2`
on its `commit`/`destroy` events, but didn't stop emitting
`wlr_input_method_keyboard_grab_v2` on its `destroy` event. That was
because `handle_keyboard_grab_destroy()` was called *after*
`handle_input_method_destroy()` for some reason, which caused segfault
when dereferencing `relay->input_method.keyboard_grab` in
`handle_keyboard_grab_destroy()`.

MR 5170 reversed this weired order of destroy handler calls, and finally
stopped emitting `wlr_input_method_keyboard_grab_v2` on its `destroy`
event.
2025-10-19 05:33:54 +02:00
..
.gitignore Move .gitignore to subprojects/ 2022-05-03 20:55:24 +01:00
libsfdo.wrap libsfdo.wrap: update revision to v0.1.4 2025-09-18 23:42:53 +02:00
wlroots.wrap chase wlroots: ime: don't use data in kb grab destroy handler (MR 5170) 2025-10-19 05:33:54 +02:00