diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-03 18:12:45 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-03 18:12:45 +0200 |
commit | 8913f836cba97fdd509314456eca9fb0df7aa035 (patch) | |
tree | ab09a9de3d75920687f1f12b576870b34f2b976b /src/history.h | |
parent | db0f86a18a97fc719a1d7afbb971bf63594d0829 (diff) | |
parent | e84188ee0e03d60b9cd20df72ac10701dedae9e6 (diff) |
Merge branch 'dev' of skyjake.fi:gemini/lagrange into dev
Diffstat (limited to 'src/history.h')
-rw-r--r-- | src/history.h | 1 |
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 *); | |||
76 | size_t pruneLeastImportant_History (iHistory *); | 76 | size_t pruneLeastImportant_History (iHistory *); |
77 | size_t pruneLeastImportantMemory_History (iHistory *); | 77 | size_t pruneLeastImportantMemory_History (iHistory *); |
78 | void invalidateTheme_History (iHistory *); /* theme has changed, cached contents need updating */ | 78 | void invalidateTheme_History (iHistory *); /* theme has changed, cached contents need updating */ |
79 | void invalidateCachedLayout_History (iHistory *); | ||
79 | 80 | ||
80 | iBool atLatest_History (const iHistory *); | 81 | iBool atLatest_History (const iHistory *); |
81 | iBool atOldest_History (const iHistory *); | 82 | iBool atOldest_History (const iHistory *); |