diff options
-rw-r--r-- | src/app.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1638,7 +1638,7 @@ void refresh_App(void) { | |||
1638 | } | 1638 | } |
1639 | } | 1639 | } |
1640 | /* TODO: `pendingRefresh` should be window-specific. */ | 1640 | /* TODO: `pendingRefresh` should be window-specific. */ |
1641 | if (exchange_Atomic(&d->pendingRefresh, iFalse)) { | 1641 | if (d->warmupFrames || exchange_Atomic(&d->pendingRefresh, iFalse)) { |
1642 | /* Draw each window. */ | 1642 | /* Draw each window. */ |
1643 | iConstForEach(PtrArray, j, &windows) { | 1643 | iConstForEach(PtrArray, j, &windows) { |
1644 | iWindow *win = j.ptr; | 1644 | iWindow *win = j.ptr; |