forked from quickshell/quickshell
feat: rename project to quickshell
This commit is contained in:
parent
ae5363a351
commit
5de0ae095b
10 changed files with 54 additions and 55 deletions
|
@ -92,12 +92,12 @@ qint32 ProxyShellWindow::height() {
|
|||
return this->complete ? this->ProxyWindowBase::height() : this->requestedHeight;
|
||||
}
|
||||
|
||||
void ProxyShellWindow::setScreen(QtShellScreenInfo* screen) {
|
||||
void ProxyShellWindow::setScreen(QuickShellScreenInfo* screen) {
|
||||
this->window->setScreen(screen->screen);
|
||||
}
|
||||
|
||||
QtShellScreenInfo* ProxyShellWindow::screen() const {
|
||||
return new QtShellScreenInfo(
|
||||
QuickShellScreenInfo* ProxyShellWindow::screen() const {
|
||||
return new QuickShellScreenInfo(
|
||||
const_cast<ProxyShellWindow*>(this), // NOLINT
|
||||
this->window->screen()
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue