mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Add niri msg stop-cast --session-id
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user