Skip to content

Commit

Permalink
eee
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Sep 23, 2024
1 parent 995543e commit afe8d2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/backend/Backend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit afe8d2a

Please sign in to comment.