Merge branch 'PR_nonexistent_struct' into 'master'

Draft: Fix a typo.

See merge request wlroots/wlroots!5010
This commit is contained in:
Carlo Wood 2026-02-03 13:05:29 +00:00
commit a6c2ddf436

View file

@ -956,7 +956,7 @@ static void handle_tablet_tool_axis(struct wl_listener *listener, void *data) {
static void handle_tablet_tool_button(struct wl_listener *listener,
void *data) {
struct wlr_tablet_tool_button *event = data;
struct wlr_tablet_tool_button_event *event = data;
struct wlr_cursor_device *device;
device = wl_container_of(listener, device, tablet_tool_button);
wl_signal_emit_mutable(&device->cursor->events.tablet_tool_button, event);