Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions mm-server/src/session/compositor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use std::{collections::BTreeMap, sync::Arc};

use protocols::*;
use slotmap::SlotMap;
use tracing::{debug, instrument, trace};
use wayland_protocols::{
Expand Down Expand Up @@ -38,7 +37,6 @@ pub mod buffers;
mod dispatch;
mod oneshot_render;
mod output;
mod protocols;
mod sealed;
mod seat;
mod serial;
Expand Down Expand Up @@ -295,7 +293,6 @@ pub fn create_globals(dh: &wayland_server::DisplayHandle) {
create_global::<wp_linux_drm_syncobj_manager_v1::WpLinuxDrmSyncobjManagerV1>(dh, 1);

create_global::<xwayland_shell_v1::XwaylandShellV1>(dh, 1);
create_global::<wl_drm::WlDrm>(dh, 2);
}

fn create_global<G: wayland_server::Resource + 'static>(
Expand Down
1 change: 0 additions & 1 deletion mm-server/src/session/compositor/dispatch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
mod wl_buffer;
mod wl_compositor;
mod wl_data_device_manager;
mod wl_drm;
mod wl_output;
mod wl_seat;
mod wl_shm;
Expand Down
57 changes: 0 additions & 57 deletions mm-server/src/session/compositor/dispatch/wl_drm.rs

This file was deleted.

5 changes: 0 additions & 5 deletions mm-server/src/session/compositor/protocols.rs

This file was deleted.

189 changes: 0 additions & 189 deletions mm-server/src/session/compositor/protocols/wayland-drm.xml

This file was deleted.

20 changes: 0 additions & 20 deletions mm-server/src/session/compositor/protocols/wl_drm.rs

This file was deleted.