mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 15:05:59 +01:00
update a comment on an issue
This commit is contained in:
parent
6e48069a88
commit
b6f3aa5d01
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@ void Events::listener_unmapWindow(wl_listener* listener, void* data) {
|
|||
// refocus on a new window
|
||||
// TODO: investigate.
|
||||
// If a parent window has focus, any popups (XWayland) will be broken (they will disappear instantly)
|
||||
// This might be way more sinister in nature and have a problem more deeply
|
||||
// rooted in the code.
|
||||
// g_pInputManager->refocus();
|
||||
|
||||
Debug::log(LOG, "Window %x unmapped", PWINDOW);
|
||||
|
|
Loading…
Reference in a new issue