mirror of
https://github.com/labwc/labwc.git
synced 2026-04-09 08:21:18 -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;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[wrap-git]
|
||||
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
|
||||
revision = 536100488fc4c64528786801860f96cfa1a55765
|
||||
revision = 2d5492c73770c9de420527df1098fefabe43d689
|
||||
|
||||
[provide]
|
||||
dependency_names = wlroots-0.20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue