examples: move raw_drm to raw_legacy_drm
This commit is contained in:
parent
ed257e8991
commit
74187f55fc
|
@ -63,5 +63,5 @@ wayland_frontend = ["wayland-server", "wayland-commons", "wayland-protocols"]
|
|||
xwayland = ["wayland_frontend"]
|
||||
|
||||
[[example]]
|
||||
name = "raw_drm"
|
||||
name = "raw_legacy_drm"
|
||||
required-features = ["backend_drm_legacy"]
|
||||
|
|
|
@ -6,8 +6,9 @@ extern crate slog;
|
|||
use slog::Drain;
|
||||
use smithay::{
|
||||
backend::drm::{
|
||||
common::Error,
|
||||
device_bind,
|
||||
legacy::{Error, LegacyDrmDevice, LegacyDrmSurface},
|
||||
legacy::{LegacyDrmDevice, LegacyDrmSurface},
|
||||
Device, DeviceHandler, RawSurface, Surface,
|
||||
},
|
||||
reexports::{
|
Loading…
Reference in New Issue