Implement the focus stack
This commit is contained in:
@ -273,7 +273,7 @@ pub const Cursor = struct {
|
||||
} else {
|
||||
// Focus that client if the button was _pressed_
|
||||
if (view) |v| {
|
||||
v.focus(surface.?);
|
||||
cursor.seat.focus(v);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user