summaryrefslogtreecommitdiffstats
path: root/native/src
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2022-09-20 15:26:10 +0200
committerLibravatar GitHub <noreply@github.com>2022-09-20 15:26:10 +0200
commitcbe7200b54d8233723b6f9db84441f43195c3347 (patch)
tree7db31563e266dfb6d1cc2372cfb9ac4da6049385 /native/src
parent465541125612ef6e70623098b956d5c757b0b1cf (diff)
parent4a6fd6b5bcc8f73453f658684ec4c6a815774662 (diff)
downloadiced-cbe7200b54d8233723b6f9db84441f43195c3347.tar.gz
iced-cbe7200b54d8233723b6f9db84441f43195c3347.tar.bz2
iced-cbe7200b54d8233723b6f9db84441f43195c3347.zip
Merge pull request #1440 from ids1024/move
Document that `window::Action::Move` is unsupported on Wayland
Diffstat (limited to 'native/src')
-rw-r--r--native/src/window/action.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/native/src/window/action.rs b/native/src/window/action.rs
index d891c6ac..73338e22 100644
--- a/native/src/window/action.rs
+++ b/native/src/window/action.rs
@@ -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,