mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-28 18:33:48 -07:00
update a comment on an issue
This commit is contained in:
@@ -66,6 +66,8 @@ void Events::listener_unmapWindow(wl_listener* listener, void* data) {
|
|||||||
// refocus on a new window
|
// refocus on a new window
|
||||||
// TODO: investigate.
|
// TODO: investigate.
|
||||||
// If a parent window has focus, any popups (XWayland) will be broken (they will disappear instantly)
|
// 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();
|
// g_pInputManager->refocus();
|
||||||
|
|
||||||
Debug::log(LOG, "Window %x unmapped", PWINDOW);
|
Debug::log(LOG, "Window %x unmapped", PWINDOW);
|
||||||
|
Reference in New Issue
Block a user