]> git.mdlowis.com Git - proto/labwc.git/commit
seat: remove unecessary top/overlay check in seat_set_focus_layer()
authorJohan Malm <jgm323@gmail.com>
Sat, 9 Mar 2024 10:33:34 +0000 (10:33 +0000)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sun, 17 Mar 2024 21:18:47 +0000 (21:18 +0000)
commit045dd8a378cae5ace00fbb59bf7b5b40e538c7b7
tree253b9dce350b9d7ed5c2c982ed818c2d6fc9326a
parent36058a63e2df103c75a99bb178bd2d98b2d9d486
seat: remove unecessary top/overlay check in seat_set_focus_layer()

Such checks should be made prior to calling the function (which they
are).
src/seat.c