mirror of
https://github.com/labwc/labwc.git
synced 2026-02-16 22:05:27 -05:00
ssd: eliminate ssd_hover_state (addressing a FIXME)
This commit is contained in:
parent
1188534876
commit
ba426e2271
8 changed files with 14 additions and 36 deletions
|
|
@ -206,7 +206,7 @@ handle_touch_up(struct wl_listener *listener, void *data)
|
|||
} else {
|
||||
cursor_emulate_button(seat, BTN_LEFT,
|
||||
WL_POINTER_BUTTON_STATE_RELEASED, event->time_msec);
|
||||
ssd_update_button_hover(NULL, seat->server->ssd_hover_state);
|
||||
ssd_update_hovered_button(seat->server, NULL);
|
||||
}
|
||||
wl_list_remove(&touch_point->link);
|
||||
zfree(touch_point);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue