output: don't use config Vrr and Tearing modes
This commit is contained in:
parent
e063b7c14b
commit
fb9b83994a
14 changed files with 55 additions and 56 deletions
|
|
@ -248,9 +248,9 @@ pub struct State {
|
|||
pub tablet_tool_ids: TabletToolIds,
|
||||
pub tablet_pad_ids: TabletPadIds,
|
||||
pub damage_visualizer: DamageVisualizer,
|
||||
pub default_vrr_mode: Cell<&'static VrrMode>,
|
||||
pub default_vrr_mode: Cell<VrrMode>,
|
||||
pub default_vrr_cursor_hz: Cell<Option<f64>>,
|
||||
pub default_tearing_mode: Cell<&'static TearingMode>,
|
||||
pub default_tearing_mode: Cell<TearingMode>,
|
||||
pub ei_acceptor: CloneCell<Option<Rc<EiAcceptor>>>,
|
||||
pub ei_acceptor_future: CloneCell<Option<SpawnedFuture<()>>>,
|
||||
pub enable_ei_acceptor: Cell<bool>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue