update a comment on an issue

This commit is contained in:
vaxerski 2022-03-22 20:43:06 +01:00
parent 6e48069a88
commit b6f3aa5d01
1 changed files with 2 additions and 0 deletions

View File

@ -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);