iced/native/src/window
Ian Douglas Scott 4a6fd6b5bc Document that window::Action::Move is unsupported on Wayland
https://docs.rs/winit/latest/winit/window/struct.Window.html#method.set_outer_position
notes that this isn't supported on Wayland.

Wayland by design doesn't allow applications to position windows
arbitrarily. GTK4 in comparison removed `gtk_window_move()` (which
naturally didn't work on Wayland).
2022-09-15 12:08:39 -07:00
..
action.rs Document that window::Action::Move is unsupported on Wayland 2022-09-15 12:08:39 -07:00
event.rs Fix latest clippy lints 2022-08-17 16:09:25 +02:00
mode.rs Implement SetMode and FetchMode window actions 2022-08-18 14:39:15 +02:00