mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
desktop: rename functions to increase consistency
...from - desktop_raise_view() - desktop_move_view_to_end_of_cycle() to - desktop_move_to_front() - desktop_move_to_back()
This commit is contained in:
parent
9b99ff9042
commit
238062a859
8 changed files with 29 additions and 26 deletions
|
|
@ -45,7 +45,7 @@ keyboard_modifiers_notify(struct wl_listener *listener, void *data)
|
|||
/* end cycle */
|
||||
desktop_focus_and_activate_view(&server->seat,
|
||||
server->cycle_view);
|
||||
desktop_raise_view(server->cycle_view);
|
||||
desktop_move_to_front(server->cycle_view);
|
||||
server->cycle_view = NULL;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue