XDG popup tweaks

This commit is contained in:
vaxerski
2022-04-02 13:41:15 +02:00
parent 4db773b1e7
commit c923b4f075
5 changed files with 37 additions and 12 deletions

View File

@@ -335,6 +335,8 @@ wlr_surface* CCompositor::vectorWindowToSurface(const Vector2D& pos, CWindow* pW
if (PFOUND) {
sl.x = subx;
sl.y = suby;
if (PFOUND != PSURFACE->surface)
Debug::log(LOG, "found non-base on window XDG %x", pWindow);
return PFOUND;
}