Add niri msg stop-cast --session-id

This commit is contained in:
Ivan Molodetskikh
2026-01-15 13:11:48 +03:00
parent 9015ff8e36
commit 849788bb28
6 changed files with 27 additions and 2 deletions
+3
View File
@@ -5086,6 +5086,9 @@ impl Niri {
#[cfg(not(feature = "xdp-gnome-screencast"))]
pub fn stop_casts_for_target(&mut self, _target: CastTarget) {}
#[cfg(not(feature = "xdp-gnome-screencast"))]
pub fn stop_cast(&mut self, _session_id: crate::utils::CastSessionId) {}
pub fn debug_toggle_damage(&mut self) {
self.debug_draw_damage = !self.debug_draw_damage;