summaryrefslogtreecommitdiff
path: root/src/history.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-06-13 17:29:35 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-06-13 17:29:35 +0300
commit203426a88b2d94ed56f7d3f8f8eb18a7457cab11 (patch)
treee6fa5f11256d18e10baabcf8d2414082b094d59a /src/history.h
parenteb04ac7a1921b7c7f534a7a63cffc4c7a35c0900 (diff)
Mobile: Swipe navigation
Swipes are working much better. Todo: - Pinch must always cancel/override edge swipes. - Use the right palette for the "swipein" placeholder.
Diffstat (limited to 'src/history.h')
-rw-r--r--src/history.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history.h b/src/history.h
index 9c900b82..838ca9ef 100644
--- a/src/history.h
+++ b/src/history.h
@@ -64,7 +64,7 @@ void setCachedDocument_History (iHistory *, iGmDocument *doc);
64iBool goBack_History (iHistory *); 64iBool goBack_History (iHistory *);
65iBool goForward_History (iHistory *); 65iBool goForward_History (iHistory *);
66iBool preceding_History (iHistory *d, iRecentUrl *recent_out); 66iBool preceding_History (iHistory *d, iRecentUrl *recent_out);
67iBool following_History (iHistory *d, iRecentUrl *recent_out); 67//iBool following_History (iHistory *d, iRecentUrl *recent_out);
68iRecentUrl *recentUrl_History (iHistory *, size_t pos); 68iRecentUrl *recentUrl_History (iHistory *, size_t pos);
69iRecentUrl *mostRecentUrl_History (iHistory *); 69iRecentUrl *mostRecentUrl_History (iHistory *);
70iRecentUrl *findUrl_History (iHistory *, const iString *url); 70iRecentUrl *findUrl_History (iHistory *, const iString *url);