summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/browser.h3
-rw-r--r--desktop/browser_private.h3
2 files changed, 3 insertions, 3 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index f924ca313..39f8b8901 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -83,9 +83,6 @@ enum browser_window_nav_flags {
BROWSER_WINDOW_CLONE = (1 << 4)
};
-void browser_window_initialise_common(struct browser_window *bw,
- struct browser_window *clone);
-
/**
* Create and open a new root browser window with the given page.
*
diff --git a/desktop/browser_private.h b/desktop/browser_private.h
index 64b7ade92..34891f3bd 100644
--- a/desktop/browser_private.h
+++ b/desktop/browser_private.h
@@ -165,6 +165,9 @@ struct browser_window {
+void browser_window_initialise_common(struct browser_window *bw,
+ struct browser_window *clone);
+
/**
* Update the extent of the inside of a browser window to that of the current
* content