forked from quickshell/quickshell
core/window: fix screen assignments being completely broken
This commit is contained in:
parent
b73eff0e47
commit
c6791cf1f2
3 changed files with 26 additions and 27 deletions
|
@ -100,7 +100,8 @@ public:
|
|||
|
||||
[[nodiscard]] qreal devicePixelRatio() const;
|
||||
|
||||
[[nodiscard]] virtual QuickshellScreenInfo* screen() const;
|
||||
[[nodiscard]] QScreen* qscreen() const;
|
||||
[[nodiscard]] QuickshellScreenInfo* screen() const;
|
||||
virtual void setScreen(QuickshellScreenInfo* screen);
|
||||
|
||||
[[nodiscard]] QColor color() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue