Fix popups focus on native GDK
This commit is contained in:
parent
ca2459e563
commit
4db773b1e7
5 changed files with 55 additions and 11 deletions
|
|
@ -121,7 +121,7 @@ void Events::listener_mapPopupXDG(void* owner, void* data) {
|
|||
|
||||
ASSERT(PPOPUP);
|
||||
|
||||
Debug::log(LOG, "New XDG Popup mapped");
|
||||
Debug::log(LOG, "New XDG Popup mapped at %d %d", (int)*PPOPUP->lx, (int)*PPOPUP->ly);
|
||||
|
||||
PPOPUP->pSurfaceTree = SubsurfaceTree::createTreeRoot(PPOPUP->popup->base->surface, addPopupGlobalCoords, PPOPUP);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue