aboutsummaryrefslogtreecommitdiff
path: root/src/bw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bw.c')
-rw-r--r--src/bw.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bw.c b/src/bw.c
index da448206..31ecd1a2 100644
--- a/src/bw.c
+++ b/src/bw.c
@@ -258,6 +258,11 @@ void a_Bw_cleanup(BrowserWindow *bw)
/*--------------------------------------------------------------------------*/
+int a_Bw_num()
+{
+ return num_bws;
+}
+
/*
* TODO: remove this Hack.
*/