mirror of
https://github.com/swaywm/sway.git
synced 2025-11-11 13:29:51 -05:00
sends hidden views to back, visible view to front
This commit is contained in:
parent
ffb3458322
commit
4077238782
3 changed files with 7 additions and 3 deletions
|
|
@ -237,7 +237,7 @@ void unfocus_all(swayc_t *container) {
|
|||
}
|
||||
|
||||
void focus_view(swayc_t *view) {
|
||||
sway_log(L_DEBUG, "Setting focus for %p", view);
|
||||
sway_log(L_DEBUG, "Setting focus for %p:%ld", view, view->handle);
|
||||
swayc_t *c = view;
|
||||
//Set focus from root to view
|
||||
while (c != &root_container) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue