mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
[fixme] chase wlroots: IME now gets NULL argument for handlers
Ref: 2d5492c73770c9de420527df1098fefabe43d689 (text-input-v3: Use `NULL` when emitting signals)
This commit is contained in:
parent
8dbca871f7
commit
0c51339cfb
2 changed files with 2 additions and 1 deletions
|
|
@ -263,6 +263,7 @@ update_popups_position(struct input_method_relay *relay)
|
|||
static void
|
||||
handle_input_method_commit(struct wl_listener *listener, void *data)
|
||||
{
|
||||
// FIXME: data argument is now NULL for enable, commit, disable and destroy
|
||||
struct input_method_relay *relay =
|
||||
wl_container_of(listener, relay, input_method_commit);
|
||||
struct wlr_input_method_v2 *input_method = data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue