mirror of
https://github.com/labwc/labwc.git
synced 2026-02-22 01:40:25 -05:00
cursor: Allow re-enter for cursor_update_focus()
This allows forcing an application to re-set their desired cursor image.
This commit is contained in:
parent
1483158b26
commit
c0f0e0c46e
5 changed files with 15 additions and 12 deletions
|
|
@ -65,7 +65,7 @@ desktop_move_to_front(struct view *view)
|
|||
#if HAVE_XWAYLAND
|
||||
move_xwayland_sub_views_to_front(view);
|
||||
#endif
|
||||
cursor_update_focus(view->server);
|
||||
cursor_update_focus(view->server, false);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue