Skip to content

Commit

Permalink
fix(borders): update on resuming from suspend
Browse files Browse the repository at this point in the history
This commit is a small fix to ensure that the new Direct2D borders get
redrawn properly after the operating system resumes from a suspended
state.
  • Loading branch information
LGUG2Z committed Dec 3, 2024
1 parent 3380090 commit 3781c8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions komorebi/src/monitor_reconciliator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ pub fn handle_notifications(wm: Arc<Mutex<WindowManager>>) -> color_eyre::Result
);

ACTIVE.store(true, Ordering::SeqCst);
border_manager::send_notification(None);
}

continue 'receiver;
Expand Down

0 comments on commit 3781c8e

Please sign in to comment.