Skip to content

Commit

Permalink
xdg-activation: Initial implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix committed Nov 2, 2023
1 parent 25f5edd commit a5f0fec
Show file tree
Hide file tree
Showing 11 changed files with 336 additions and 55 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ debug = true
lto = "fat"

[patch."https://github.com/Smithay/smithay.git"]
smithay = { git = "https://github.com/pop-os/smithay", branch = "x11_fixes" }
smithay = { git = "https://github.com/pop-os/smithay", branch = "x11_and_activation" }
2 changes: 1 addition & 1 deletion src/shell/layout/floating/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub use self::grabs::*;

#[derive(Debug, Default)]
pub struct FloatingLayout {
pub(in crate::shell) space: Space<CosmicMapped>,
pub(crate) space: Space<CosmicMapped>,
}

impl FloatingLayout {
Expand Down
Loading

0 comments on commit a5f0fec

Please sign in to comment.