mirror of
https://github.com/labwc/labwc.git
synced 2026-02-16 22:05:27 -05:00
s/focused_view/active_view/
This commit is contained in:
parent
447c67df62
commit
3a959cc74b
9 changed files with 28 additions and 24 deletions
|
|
@ -173,7 +173,7 @@ desktop_cycle_view(struct server *server, struct view *start_view,
|
|||
|
||||
if (!start_view) {
|
||||
start_view = first_view(server);
|
||||
if (!start_view || start_view != server->focused_view) {
|
||||
if (!start_view || start_view != server->active_view) {
|
||||
return start_view; /* may be NULL */
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue