diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-13 15:28:58 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-13 15:28:58 +0300 |
commit | eb04ac7a1921b7c7f534a7a63cffc4c7a35c0900 (patch) | |
tree | a84fd4b4630f7469caa6e6a5df50fb13e12f8437 /src/history.h | |
parent | 4a29ccb82910503fe1c44fbf493caf0945714705 (diff) |
Mobile: Working on swipe navigation
Swipes back and forward are now working, although there are some glitches remaining. Most notably, when swiping back the previous document does not appear until the finger is released.
Diffstat (limited to 'src/history.h')
-rw-r--r-- | src/history.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/history.h b/src/history.h index eb35b1df..9c900b82 100644 --- a/src/history.h +++ b/src/history.h | |||
@@ -63,6 +63,8 @@ void setCachedResponse_History (iHistory *, const iGmResponse *response | |||
63 | void setCachedDocument_History (iHistory *, iGmDocument *doc); | 63 | void setCachedDocument_History (iHistory *, iGmDocument *doc); |
64 | iBool goBack_History (iHistory *); | 64 | iBool goBack_History (iHistory *); |
65 | iBool goForward_History (iHistory *); | 65 | iBool goForward_History (iHistory *); |
66 | iBool preceding_History (iHistory *d, iRecentUrl *recent_out); | ||
67 | iBool following_History (iHistory *d, iRecentUrl *recent_out); | ||
66 | iRecentUrl *recentUrl_History (iHistory *, size_t pos); | 68 | iRecentUrl *recentUrl_History (iHistory *, size_t pos); |
67 | iRecentUrl *mostRecentUrl_History (iHistory *); | 69 | iRecentUrl *mostRecentUrl_History (iHistory *); |
68 | iRecentUrl *findUrl_History (iHistory *, const iString *url); | 70 | iRecentUrl *findUrl_History (iHistory *, const iString *url); |