Freeze the color profile during paused rendering

This commit is contained in:
Kovid Goyal
2023-12-25 12:17:14 +05:30
parent d9d6bd7ffb
commit 182b0aac98
3 changed files with 8 additions and 5 deletions

View File

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