aboutsummaryrefslogtreecommitdiff
path: root/src/bw.h
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-02-08 19:31:32 -0300
committercorvid <corvid@lavabit.com>2009-02-08 19:31:32 -0300
commit76c6fe90916a407aace73ab6c79e08495c4bcec0 (patch)
treef9f4e5a89f5223b9174a2012c31ca1dc2ae423e1 /src/bw.h
parent24cc07871e0744853dfaed26c9a8eff0b62ff35d (diff)
Fixed the load image popup option. Also cleaned up the API a bit.
Introduced a_Bw_get_url_doc(). Mainly for popup menus.
Diffstat (limited to 'src/bw.h')
-rw-r--r--src/bw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bw.h b/src/bw.h
index 1dcf3a3a..1c27b676 100644
--- a/src/bw.h
+++ b/src/bw.h
@@ -81,6 +81,8 @@ int a_Bw_remove_client(BrowserWindow *bw, int ClientKey);
void a_Bw_close_client(BrowserWindow *bw, int ClientKey);
void a_Bw_stop_clients(BrowserWindow *bw, int flags);
void a_Bw_add_doc(BrowserWindow *bw, void *vdoc);
+void *a_Bw_get_current_doc(BrowserWindow *bw);
+void *a_Bw_get_url_doc(BrowserWindow *bw, const DilloUrl *Url);
void a_Bw_remove_doc(BrowserWindow *bw, void *vdoc);
void a_Bw_add_url(BrowserWindow *bw, const DilloUrl *Url);
void a_Bw_cleanup(BrowserWindow *bw);