Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Jul 12, 2024
1 parent 90d691a commit 2967a38
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/os/unix.rs
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
// self
use super::*;

impl Os {
// #[deprecated(note = "use `ViewportCommand` instead")]
pub fn hide() {}

// #[deprecated(note = "use `ViewportCommand` instead")]
pub fn unhide() {}

pub fn set_move_to_active_space() {}
}
11 changes: 11 additions & 0 deletions src/os/windows.rs
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
// self
use super::*;

impl Os {
// #[deprecated(note = "use `ViewportCommand` instead")]
pub fn hide() {}

// #[deprecated(note = "use `ViewportCommand` instead")]
pub fn unhide() {}

pub fn set_move_to_active_space() {}
}

0 comments on commit 2967a38

Please sign in to comment.