summaryrefslogtreecommitdiff
path: root/src/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.c')
-rw-r--r--src/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.c b/src/app.c
index 74a60910..b7d43192 100644
--- a/src/app.c
+++ b/src/app.c
@@ -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;