diff options
Diffstat (limited to 'src/backend/mod.rs')
| -rw-r--r-- | src/backend/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/mod.rs b/src/backend/mod.rs index 2558d933..a23cc36a 100644 --- a/src/backend/mod.rs +++ b/src/backend/mod.rs @@ -26,8 +26,8 @@ pub enum RenderResult { Submitted, /// Rendering succeeded, but there was no damage. NoDamage, - /// An error has occurred, the frame was not submitted. - Error, + /// The frame was not rendered and submitted, due to an error or otherwise. + Skipped, } impl Backend { |
