Skip to content

Commit

Permalink
input-capture: update to sdbus2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3l0w committed Oct 25, 2024
1 parent cec147f commit 75a754a
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 188 deletions.
2 changes: 1 addition & 1 deletion src/core/PortalManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ void CPortalManager::startEventLoop() {
m_mEventLock.lock();

if (m_sEventLoopInternals.pollFds[0].revents & POLLIN /* dbus */) {
while (m_pConnection->processPendingRequest()) {
while (m_pConnection->processPendingEvent()) {
;
}
}
Expand Down
Loading

0 comments on commit 75a754a

Please sign in to comment.