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 ba282440..54f35373 100644
--- a/src/app.c
+++ b/src/app.c
@@ -129,7 +129,7 @@ struct Impl_App {
129 iTime lastDropTime; /* for detecting drops of multiple items */ 129 iTime lastDropTime; /* for detecting drops of multiple items */
130 int autoReloadTimer; 130 int autoReloadTimer;
131 iPeriodic periodic; 131 iPeriodic periodic;
132 int warmupFrames; /* forced refresh just after resuming from background */ 132 int warmupFrames; /* forced refresh just after resuming from background; FIXME: shouldn't be needed */
133 /* Preferences: */ 133 /* Preferences: */
134 iBool commandEcho; /* --echo */ 134 iBool commandEcho; /* --echo */
135 iBool forceSoftwareRender; /* --sw */ 135 iBool forceSoftwareRender; /* --sw */