MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / isTransient

Method isTransient

source/x11/xwindow.cpp:1061–1067  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1059
1060
1061bool XWindow::isTransient() {
1062 XWindowPtr transient = transientCached.lock();
1063 if (transient) {
1064 return transient->isThisAndAncestorsMapped();
1065 }
1066 return false;
1067}
1068
1069bool XWindow::isDialog() {
1070 U32 type = NET_WM_WINDOW_TYPE();

Calls 2

lockMethod · 0.45

Tested by

no test coverage detected