summaryrefslogtreecommitdiff
path: root/frontends/gtk/local_history.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/gtk/local_history.h')
-rw-r--r--frontends/gtk/local_history.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontends/gtk/local_history.h b/frontends/gtk/local_history.h
index 605405ddf..c5b447194 100644
--- a/frontends/gtk/local_history.h
+++ b/frontends/gtk/local_history.h
@@ -34,6 +34,11 @@ struct browser_window;
nserror nsgtk_local_history_present(GtkWindow *parent, struct browser_window *bw);
/**
+ * set the local history window position.
+ */
+void nsgtk_local_history_set_position(int x, int y);
+
+/**
* hide the local history window from being visible.
*
* \return NSERROR_OK on success else appropriate error code on faliure.