mirror of
https://github.com/hyprwm/aquamarine.git
synced 2024-11-17 00:15:59 +01:00
parent
00d51a053c
commit
8079098326
1 changed files with 3 additions and 0 deletions
|
@ -1619,6 +1619,9 @@ bool Aquamarine::CDRMOutput::setCursor(SP<IBuffer> buffer, const Vector2D& hotsp
|
|||
return false;
|
||||
}
|
||||
|
||||
if (!connector->crtc)
|
||||
return false;
|
||||
|
||||
if (!buffer)
|
||||
setCursorVisible(false);
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue