handle unmanaged X11 setGeometry
This commit is contained in:
parent
75a580feda
commit
491b99c61e
6 changed files with 34 additions and 6 deletions
|
|
@ -92,6 +92,9 @@ void Events::listener_newPopupXDG(void* owner, void* data) {
|
|||
|
||||
ASSERT(PWINDOW);
|
||||
|
||||
if (!PWINDOW->m_bIsMapped)
|
||||
return;
|
||||
|
||||
Debug::log(LOG, "New layer popup created from XDG window %x -> %s", PWINDOW, PWINDOW->m_szTitle.c_str());
|
||||
|
||||
const auto WLRPOPUP = (wlr_xdg_popup*)data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue