mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Revert "Move set_dynamic_cast_target() stub closer to the other ones"
This reverts commit dd93c39ed0.
Why did I do this, that function is on a different type
This commit is contained in:
+3
-3
@@ -2024,6 +2024,9 @@ impl State {
|
|||||||
self.niri.queue_redraw_all();
|
self.niri.queue_redraw_all();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(not(feature = "xdp-gnome-screencast"))]
|
||||||
|
pub fn set_dynamic_cast_target(&mut self, _target: CastTarget) {}
|
||||||
|
|
||||||
#[cfg(feature = "dbus")]
|
#[cfg(feature = "dbus")]
|
||||||
pub fn on_screen_shot_msg(
|
pub fn on_screen_shot_msg(
|
||||||
&mut self,
|
&mut self,
|
||||||
@@ -5080,9 +5083,6 @@ impl Niri {
|
|||||||
Ok((sync, damages))
|
Ok((sync, damages))
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(not(feature = "xdp-gnome-screencast"))]
|
|
||||||
pub fn set_dynamic_cast_target(&mut self, _target: CastTarget) {}
|
|
||||||
|
|
||||||
#[cfg(not(feature = "xdp-gnome-screencast"))]
|
#[cfg(not(feature = "xdp-gnome-screencast"))]
|
||||||
pub fn stop_casts_for_target(&mut self, _target: CastTarget) {}
|
pub fn stop_casts_for_target(&mut self, _target: CastTarget) {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user