mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-02 12:51:28 +03:00
implement xdg-foreign to put capture dialog on top
This commit is contained in:
committed by
Ferdinand Schober
parent
be27e337f4
commit
a5bdcd0972
@@ -255,6 +255,14 @@ pub enum FrontendRequest {
|
||||
UpdateEnterHook(u64, Option<String>),
|
||||
/// save config file
|
||||
SaveConfiguration,
|
||||
/// window identifier used to present input-capture / remote-desktop prompts
|
||||
WindowIdentifier(WindowIdentifier),
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq, Eq, Serialize, Deserialize)]
|
||||
pub enum WindowIdentifier {
|
||||
Wayland(String),
|
||||
X11(u32),
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, PartialEq, Eq, Debug, Default, Serialize, Deserialize)]
|
||||
|
||||
Reference in New Issue
Block a user