Skip to content

Commit

Permalink
monitor: disconnect bind on disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Jul 18, 2023
1 parent 2e323a5 commit 629e61c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helpers/Monitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ void CMonitor::onDisconnect() {
hyprListener_monitorDamage.removeCallback();
hyprListener_monitorNeedsFrame.removeCallback();
hyprListener_monitorCommit.removeCallback();
hyprListener_monitorBind.removeCallback();

for (size_t i = 0; i < 4; ++i) {
for (auto& ls : m_aLayerSurfaceLayers[i]) {
Expand Down

0 comments on commit 629e61c

Please sign in to comment.