summaryrefslogtreecommitdiff
path: root/frontends/gtk/scaffolding.c
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2020-05-09 19:38:26 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2020-05-09 19:38:26 +0100
commita98003674be06798ad4e7a6c59b99ee8674ea1fe (patch)
treece3ae015e6398f1d0308ec6913d488e484bc6449 /frontends/gtk/scaffolding.c
parentd2e5446bfbebb199db868b7696f9afef308bec3c (diff)
downloadnetsurf-a98003674be06798ad4e7a6c59b99ee8674ea1fe.tar.gz
netsurf-a98003674be06798ad4e7a6c59b99ee8674ea1fe.tar.bz2
GTK: Add transient popup behaviour for local history too
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'frontends/gtk/scaffolding.c')
-rw-r--r--frontends/gtk/scaffolding.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontends/gtk/scaffolding.c b/frontends/gtk/scaffolding.c
index 0c8fd333d..c35eef921 100644
--- a/frontends/gtk/scaffolding.c
+++ b/frontends/gtk/scaffolding.c
@@ -1581,3 +1581,9 @@ nserror nsgtk_scaffolding_position_page_info(struct nsgtk_scaffolding *gs,
{
return nsgtk_window_position_page_info(gs->top_level, win);
}
+
+/* exported interface documented in gtk/scaffolding.h */
+nserror nsgtk_scaffolding_position_local_history(struct nsgtk_scaffolding *gs)
+{
+ return nsgtk_window_position_local_history(gs->top_level);
+}