Avoid panics on more wrong VBlank events

This commit is contained in:
Ivan Molodetskikh
2024-09-10 10:48:45 +03:00
parent 7d5785e96f
commit 6b6a84e55b
2 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -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]