diff options
author | jcid <devnull@localhost> | 2008-09-30 16:19:42 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-30 16:19:42 +0200 |
commit | 6deac7761c79417469c515268ba010a5f1fd60fb (patch) | |
tree | 026f29085b1eff534367f63bb22a5f639f334561 /src/bw.c | |
parent | f4e629d279e3c42b73118d7d7e719b3df672d3ed (diff) |
- Added a confirmation dialog for closing with Windows/Tabs > 1
Diffstat (limited to 'src/bw.c')
-rw-r--r-- | src/bw.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -258,6 +258,11 @@ void a_Bw_cleanup(BrowserWindow *bw) /*--------------------------------------------------------------------------*/ +int a_Bw_num() +{ + return num_bws; +} + /* * TODO: remove this Hack. */ |