mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04: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
|
|
@ -396,8 +396,8 @@ void foreign_toplevel_handle_create(struct view *view);
|
|||
* or pointer focus, in this compositor are they called together.
|
||||
*/
|
||||
|
||||
void desktop_raise_view(struct view *view);
|
||||
void desktop_move_view_to_end_of_cycle(struct view *to_end);
|
||||
void desktop_move_to_front(struct view *view);
|
||||
void desktop_move_to_back(struct view *view);
|
||||
void desktop_focus_and_activate_view(struct seat *seat, struct view *view);
|
||||
|
||||
enum lab_cycle_dir {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue