summaryrefslogtreecommitdiff
path: root/desktop/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/options.h')
-rw-r--r--desktop/options.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop/options.h b/desktop/options.h
index d3b738480..551fef5f8 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -58,6 +58,13 @@ extern char *option_cookie_file;
extern char *option_cookie_jar;
extern char *option_homepage_url;
extern bool option_url_suggestion;
+extern int option_window_x;
+extern int option_window_y;
+extern int option_window_width;
+extern int option_window_height;
+extern int option_window_screen_width;
+extern int option_window_screen_height;
+extern int option_toolbar_status_width;
/* Fetcher configuration. */
extern int option_max_fetchers;