mirror of
https://gitlab.freedesktop.org/pipewire/helvum
synced 2026-03-15 19:46:10 +08:00
Merge Controller and View structs into one Application struct.
The `View` sturct was mostly a layer of indirection, and the controller benefitted by absorbing the gtk::Application subclass parts, so now those two are merged into a new gtk::Application subclass.
This commit is contained in:
@@ -7,7 +7,7 @@ use pipewire::{
|
||||
Context, MainLoop,
|
||||
};
|
||||
|
||||
use crate::{controller::MediaType, GtkMessage, PipewireMessage};
|
||||
use crate::{application::MediaType, GtkMessage, PipewireMessage};
|
||||
|
||||
/// The "main" function of the pipewire thread.
|
||||
pub(super) fn thread_main(
|
||||
|
||||
Reference in New Issue
Block a user