Freeze inverted status during paused rendering

This commit is contained in:
Kovid Goyal
2023-12-25 12:34:05 +05:30
parent 6c2ef90033
commit aeb60edf55
3 changed files with 6 additions and 7 deletions

View File

@@ -154,6 +154,7 @@ typedef struct {
monotonic_t expires_at;
Cursor cursor;
ColorProfile color_profile;
bool inverted;
} paused_rendering;
} Screen;