log window parent for x11
This commit is contained in:
parent
85977fb4dc
commit
9f407b9018
1 changed files with 2 additions and 0 deletions
|
|
@ -471,6 +471,8 @@ void Events::listener_surfaceXWayland(wl_listener* listener, void* data) {
|
||||||
const auto XWSURFACE = (wlr_xwayland_surface*)data;
|
const auto XWSURFACE = (wlr_xwayland_surface*)data;
|
||||||
|
|
||||||
Debug::log(LOG, "New XWayland Surface created (class %s).", XWSURFACE->_class);
|
Debug::log(LOG, "New XWayland Surface created (class %s).", XWSURFACE->_class);
|
||||||
|
if (XWSURFACE->parent)
|
||||||
|
Debug::log(LOG, "Window parent data: %s at %x", XWSURFACE->parent->_class, XWSURFACE->parent);
|
||||||
|
|
||||||
g_pCompositor->m_lWindows.emplace_back();
|
g_pCompositor->m_lWindows.emplace_back();
|
||||||
const auto PNEWWINDOW = &g_pCompositor->m_lWindows.back();
|
const auto PNEWWINDOW = &g_pCompositor->m_lWindows.back();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue