output: decouple identity from wayland output
This commit is contained in:
parent
59e4e6dfb7
commit
a20deb0628
13 changed files with 110 additions and 113 deletions
|
|
@ -10,7 +10,6 @@ use {
|
|||
fixed::Fixed,
|
||||
format::Format,
|
||||
gfx_api::{FdSync, GfxApi, GfxFramebuffer},
|
||||
ifs::wl_output::OutputId,
|
||||
libinput::consts::DeviceCapability,
|
||||
utils::static_text::StaticText,
|
||||
video::drm::{
|
||||
|
|
@ -33,6 +32,8 @@ use {
|
|||
|
||||
pub mod transaction;
|
||||
|
||||
pub use jay_output_types::OutputId;
|
||||
|
||||
pub use jay_input_types::{
|
||||
AXIS_120, AxisSource, ButtonState, InputDeviceAccelProfile, InputDeviceClickMethod,
|
||||
InputDeviceGroupId, InputDeviceGroupIds, KeyState, Leds, PadButtonState, ScrollAxis, TabletId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue