mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -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
|
|
@ -56,7 +56,7 @@ void
|
|||
view_impl_unmap(struct view *view)
|
||||
{
|
||||
struct server *server = view->server;
|
||||
if (view == server->focused_view) {
|
||||
if (view == server->active_view) {
|
||||
desktop_focus_topmost_view(server);
|
||||
}
|
||||
if (view == server->last_raised_view) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue