forked from quickshell/quickshell
feat: expose the backing window for ProxyWindowBase
This commit is contained in:
parent
ad2450762b
commit
5f75c40b67
2 changed files with 10 additions and 0 deletions
|
@ -42,6 +42,7 @@ QQuickWindow* ProxyWindowBase::disownWindow() {
|
|||
return window;
|
||||
}
|
||||
|
||||
QQuickWindow* ProxyWindowBase::backingWindow() { return this->window; }
|
||||
QQuickItem* ProxyWindowBase::item() { return this->window->contentItem(); }
|
||||
|
||||
// NOLINTNEXTLINE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue