mirror of
https://github.com/hyprwm/aquamarine.git
synced 2024-11-17 08:26:00 +01:00
drm: fix leases not having a backend attached (#97)
This commit is contained in:
parent
65dd97b5d2
commit
7c1322da25
1 changed files with 1 additions and 0 deletions
|
@ -2056,6 +2056,7 @@ SP<CDRMLease> Aquamarine::CDRMLease::create(std::vector<SP<IOutput>> outputs) {
|
||||||
}
|
}
|
||||||
|
|
||||||
lease->leaseFD = leaseFD;
|
lease->leaseFD = leaseFD;
|
||||||
|
lease->backend = backend;
|
||||||
|
|
||||||
backend->log(AQ_LOG_DEBUG, std::format("drm lease: lease granted with lessee id {}", lease->lesseeID));
|
backend->log(AQ_LOG_DEBUG, std::format("drm lease: lease granted with lessee id {}", lease->lesseeID));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue