aboutsummaryrefslogtreecommitdiff
path: root/src/bw.c
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-09-30 16:19:42 +0200
committerjcid <devnull@localhost>2008-09-30 16:19:42 +0200
commit6deac7761c79417469c515268ba010a5f1fd60fb (patch)
tree026f29085b1eff534367f63bb22a5f639f334561 /src/bw.c
parentf4e629d279e3c42b73118d7d7e719b3df672d3ed (diff)
- Added a confirmation dialog for closing with Windows/Tabs > 1
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.
*/