mirror of
https://github.com/labwc/labwc.git
synced 2026-02-15 22:05:25 -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
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
struct rcxml {
|
||||
bool xdg_shell_server_side_deco;
|
||||
bool focus_follow_mouse;
|
||||
bool raise_on_focus;
|
||||
char *theme_name;
|
||||
int corner_radius;
|
||||
char *font_name_activewindow;
|
||||
|
|
|
|||
|
|
@ -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