mirror of
https://github.com/hyprwm/aquamarine.git
synced 2024-11-17 04:56:00 +01:00
eee
This commit is contained in:
parent
995543ed03
commit
afe8d2a2b9
1 changed files with 3 additions and 0 deletions
|
@ -166,6 +166,9 @@ bool Aquamarine::CBackend::start() {
|
|||
b->onReady();
|
||||
}
|
||||
|
||||
if (session)
|
||||
session->onReady();
|
||||
|
||||
sessionFDs = session ? session->pollFDs() : std::vector<Hyprutils::Memory::CSharedPointer<SPollFD>>{};
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue