mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
desktop: remove deprecated functions
- set_activated() - desktop_set_focus_view_only()
This commit is contained in:
parent
9a290feeea
commit
4d44659c08
3 changed files with 1 additions and 47 deletions
|
|
@ -181,11 +181,9 @@ process_cursor_motion(struct server *server, uint32_t time)
|
|||
|
||||
|
||||
if (view && rc.focus_follow_mouse) {
|
||||
desktop_focus_and_activate_view(&server->seat, view);
|
||||
if (rc.raise_on_focus) {
|
||||
desktop_focus_and_activate_view(&server->seat, view);
|
||||
desktop_raise_view(view);
|
||||
} else {
|
||||
desktop_set_focus_view_only(&server->seat, view);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue