chore: update libcosmic after reexports were removed

This commit is contained in:
Ashley Wulber 2026-04-09 14:53:55 -04:00 committed by Jacob Kauffmann
parent 828534ad9c
commit 240bb058a9
7 changed files with 328 additions and 385 deletions

View file

@ -16,6 +16,13 @@ use clap::Parser;
use cosmic::{
app::{Application, CosmicFlags},
cctk, dbus_activation,
iced::platform_specific::shell::commands::layer_surface::{
destroy_layer_surface, get_layer_surface,
},
iced::runtime::platform_specific::wayland::layer_surface::{
IcedOutput, SctkLayerSurfaceSettings,
},
iced::window::Id as SurfaceId,
iced::{
self, Size, Subscription, Task,
clipboard::dnd::{DndEvent, SourceEvent},
@ -23,13 +30,6 @@ use cosmic::{
keyboard::key::{Key, Named},
mouse::ScrollDelta,
},
iced_core::window::Id as SurfaceId,
iced_runtime::platform_specific::wayland::layer_surface::{
IcedOutput, SctkLayerSurfaceSettings,
},
iced_winit::platform_specific::wayland::commands::layer_surface::{
destroy_layer_surface, get_layer_surface,
},
scroll::DiscreteScrollState,
};
use cosmic_comp_config::CosmicCompConfig;