mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
seat: remove unecessary top/overlay check in seat_set_focus_layer()
Such checks should be made prior to calling the function (which they are).
This commit is contained in:
parent
36058a63e2
commit
045dd8a378
1 changed files with 1 additions and 3 deletions
|
|
@ -672,9 +672,7 @@ seat_set_focus_layer(struct seat *seat, struct wlr_layer_surface_v1 *layer)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
seat_focus(seat, layer->surface, /*is_lock_surface*/ false);
|
seat_focus(seat, layer->surface, /*is_lock_surface*/ false);
|
||||||
if (layer->current.layer >= ZWLR_LAYER_SHELL_V1_LAYER_TOP) {
|
seat->focused_layer = layer;
|
||||||
seat->focused_layer = layer;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue