summaryrefslogtreecommitdiff
path: root/src/ui/root.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/root.h')
-rw-r--r--src/ui/root.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/root.h b/src/ui/root.h
index 2419b599..2f0d72c9 100644
--- a/src/ui/root.h
+++ b/src/ui/root.h
@@ -19,6 +19,7 @@ struct Impl_Root {
19 iBool pendingArrange; 19 iBool pendingArrange;
20 int loadAnimTimer; 20 int loadAnimTimer;
21 iBool didAnimateVisualOffsets; 21 iBool didAnimateVisualOffsets;
22 iBool didOverflowScroll;
22 iAudience *visualOffsetsChanged; /* called after running tickers */ 23 iAudience *visualOffsetsChanged; /* called after running tickers */
23 iColor tmPalette[tmMax_ColorId]; /* theme-specific palette */ 24 iColor tmPalette[tmMax_ColorId]; /* theme-specific palette */
24}; 25};