From d6875fba63cc674d2d9cac64a66c3b4c9f3eaba1 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 8 Aug 2020 08:06:22 +0300 Subject: Moved recent URLs history to DocumentWidget App maintains the visited URLs database, but each DocumentWidget has its own stack of recent URLs for timeline navigation. --- src/app.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app.h') diff --git a/src/app.h b/src/app.h index cdfc387d..64c1f64d 100644 --- a/src/app.h +++ b/src/app.h @@ -6,7 +6,7 @@ #include iDeclareType(GmCerts) -iDeclareType(History) +iDeclareType(Visited) iDeclareType(Window) enum iAppEventMode { @@ -27,7 +27,7 @@ iBool handleCommand_App (const char *cmd); void refresh_App (void); iGmCerts * certs_App (void); -iHistory * history_App (void); +iVisited * visited_App (void); iAny * findWidget_App (const char *id); void addTicker_App (void (*ticker)(iAny *), iAny *context); -- cgit v1.2.3