Skip to content

Commit

Permalink
Merge pull request #1440 from ids1024/move
Browse files Browse the repository at this point in the history
Document that `window::Action::Move` is unsupported on Wayland
  • Loading branch information
hecrj authored Sep 20, 2022
2 parents 4655411 + 4a6fd6b commit cbe7200
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions native/src/window/action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ pub enum Action<T> {
height: u32,
},
/// Move the window.
///
/// Unsupported on Wayland.
Move {
/// The new logical x location of the window
x: i32,
Expand Down

0 comments on commit cbe7200

Please sign in to comment.