mirror of
https://github.com/labwc/labwc.git
synced 2026-02-27 01:40:30 -05:00
focus: add basic follow mouse support
This commit is contained in:
parent
892e93dd84
commit
00db22e44f
5 changed files with 40 additions and 0 deletions
|
|
@ -296,6 +296,7 @@ void view_for_each_surface(struct view *view,
|
|||
void view_for_each_popup_surface(struct view *view,
|
||||
wlr_surface_iterator_func_t iterator, void *data);
|
||||
|
||||
void desktop_set_focus_view_only(struct seat *seat, struct view *view);
|
||||
void desktop_focus_view(struct seat *seat, struct view *view);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue