all: remove control center in its entirety
This commit is contained in:
parent
1dfd6169f8
commit
769d12a525
97 changed files with 59 additions and 10580 deletions
|
|
@ -2,7 +2,6 @@ use {
|
|||
crate::{
|
||||
async_engine::AsyncEngine,
|
||||
backend::HardwareCursor,
|
||||
control_center::CCI_OUTPUTS,
|
||||
ifs::wl_output::PersistentOutputState,
|
||||
io_uring::{IoUring, IoUringError},
|
||||
state::{ConnectorData, State},
|
||||
|
|
@ -118,7 +117,7 @@ impl OutputSchedule {
|
|||
self.trigger();
|
||||
}
|
||||
|
||||
pub fn set_cursor_hz(&self, state: &State, hz: f64) {
|
||||
pub fn set_cursor_hz(&self, _state: &State, hz: f64) {
|
||||
let (hz, delta) = match map_cursor_hz(hz) {
|
||||
None => {
|
||||
log::warn!("Ignoring cursor frequency {hz}");
|
||||
|
|
@ -128,7 +127,6 @@ impl OutputSchedule {
|
|||
};
|
||||
self.persistent.vrr_cursor_hz.set(hz);
|
||||
self.connector.head_managers.handle_cursor_hz_change(hz);
|
||||
state.trigger_cci(CCI_OUTPUTS);
|
||||
self.cursor_delta_nsec.set(delta);
|
||||
self.trigger();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue