summaryrefslogtreecommitdiff
path: root/src/history.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-11-03 18:12:45 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-11-03 18:12:45 +0200
commit8913f836cba97fdd509314456eca9fb0df7aa035 (patch)
treeab09a9de3d75920687f1f12b576870b34f2b976b /src/history.h
parentdb0f86a18a97fc719a1d7afbb971bf63594d0829 (diff)
parente84188ee0e03d60b9cd20df72ac10701dedae9e6 (diff)
Merge branch 'dev' of skyjake.fi:gemini/lagrange into dev
Diffstat (limited to 'src/history.h')
-rw-r--r--src/history.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/history.h b/src/history.h
index 7dad72df..d3daae80 100644
--- a/src/history.h
+++ b/src/history.h
@@ -76,6 +76,7 @@ void clearCache_History (iHistory *);
76size_t pruneLeastImportant_History (iHistory *); 76size_t pruneLeastImportant_History (iHistory *);
77size_t pruneLeastImportantMemory_History (iHistory *); 77size_t pruneLeastImportantMemory_History (iHistory *);
78void invalidateTheme_History (iHistory *); /* theme has changed, cached contents need updating */ 78void invalidateTheme_History (iHistory *); /* theme has changed, cached contents need updating */
79void invalidateCachedLayout_History (iHistory *);
79 80
80iBool atLatest_History (const iHistory *); 81iBool atLatest_History (const iHistory *);
81iBool atOldest_History (const iHistory *); 82iBool atOldest_History (const iHistory *);