Merge pull request #1440 from ids1024/move
Document that `window::Action::Move` is unsupported on Wayland
This commit is contained in:
commit
cbe7200b54
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue