Merge pull request #1440 from ids1024/move

Document that `window::Action::Move` is unsupported on Wayland
This commit is contained in:
Héctor Ramón 2022-09-20 15:26:10 +02:00 committed by GitHub
commit cbe7200b54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,