mirror of
https://github.com/labwc/labwc.git
synced 2026-02-23 01:40:18 -05:00
seat: refactor seat_focus_surface()
This commit is contained in:
parent
50bcfa00f3
commit
e400700a4a
4 changed files with 11 additions and 8 deletions
|
|
@ -93,7 +93,7 @@ void
|
|||
desktop_focus_view(struct view *view)
|
||||
{
|
||||
if (!view) {
|
||||
seat_focus_surface(NULL);
|
||||
seat_focus_surface(view->server->seat.seat, NULL);
|
||||
return;
|
||||
}
|
||||
if (view->minimized) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue