mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Avoid panics on more wrong VBlank events
This commit is contained in:
+1
-1
@@ -344,7 +344,7 @@ pub struct OutputState {
|
||||
pub debug_damage_tracker: OutputDamageTracker,
|
||||
}
|
||||
|
||||
#[derive(Default)]
|
||||
#[derive(Debug, Default)]
|
||||
pub enum RedrawState {
|
||||
/// The compositor is idle.
|
||||
#[default]
|
||||
|
||||
Reference in New Issue
Block a user