Fix compilation with wayland feature

This commit is contained in:
Jeremy Soller 2024-10-21 14:23:32 -06:00
parent cf41bfcc6a
commit 85a483f638
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
3 changed files with 32 additions and 33 deletions

View file

@ -4,11 +4,11 @@
#[cfg(feature = "wayland")]
use cosmic::iced::{
event::wayland::{Event as WaylandEvent, OutputEvent},
wayland::{
actions::layer_surface::{IcedMargin, IcedOutput, SctkLayerSurfaceSettings},
layer_surface::{
destroy_layer_surface, get_layer_surface, Anchor, KeyboardInteractivity, Layer,
},
platform_specific::runtime::wayland::layer_surface::{
IcedMargin, IcedOutput, SctkLayerSurfaceSettings,
},
platform_specific::shell::wayland::commands::layer_surface::{
destroy_layer_surface, get_layer_surface, Anchor, KeyboardInteractivity, Layer,
},
Limits,
};