mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-12-26 09:15:16 +03:00
update a comment on an issue
This commit is contained in:
parent
6e48069a88
commit
b6f3aa5d01
@ -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 New Issue
Block a user