summaryrefslogtreecommitdiff
path: root/src/bw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bw.c')
-rw-r--r--src/bw.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bw.c b/src/bw.c
index cd9588c3..ae399028 100644
--- a/src/bw.c
+++ b/src/bw.c
@@ -2,6 +2,7 @@
* File: bw.c
*
* Copyright (C) 2006-2007 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2024 Rodrigo Arias Mallo <rodarima@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -74,6 +75,8 @@ BrowserWindow *a_Bw_new()
bw->num_page_bugs = 0;
bw->page_bugs = dStr_new("");
+ bw->zoom = 1.0;
+
/* now that the bw is made, let's customize it.. */
//Interface_browser_window_customize(bw);