mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -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
|
|
@ -515,7 +515,7 @@ cursor_update_common(struct server *server, struct cursor_context *ctx,
|
|||
struct seat *seat = &server->seat;
|
||||
struct wlr_seat *wlr_seat = seat->seat;
|
||||
|
||||
ssd_update_button_hover(ctx->node, server->ssd_hover_state);
|
||||
ssd_update_hovered_button(server, ctx->node);
|
||||
|
||||
if (server->input_mode != LAB_INPUT_STATE_PASSTHROUGH) {
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue