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
|
static void
|
||||||
handle_input_method_commit(struct wl_listener *listener, void *data)
|
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 =
|
struct input_method_relay *relay =
|
||||||
wl_container_of(listener, relay, input_method_commit);
|
wl_container_of(listener, relay, input_method_commit);
|
||||||
struct wlr_input_method_v2 *input_method = data;
|
struct wlr_input_method_v2 *input_method = data;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[wrap-git]
|
[wrap-git]
|
||||||
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
|
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
|
||||||
revision = 536100488fc4c64528786801860f96cfa1a55765
|
revision = 2d5492c73770c9de420527df1098fefabe43d689
|
||||||
|
|
||||||
[provide]
|
[provide]
|
||||||
dependency_names = wlroots-0.20
|
dependency_names = wlroots-0.20
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue