diff options
author | corvid <corvid@lavabit.com> | 2009-02-08 19:31:32 -0300 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-02-08 19:31:32 -0300 |
commit | 76c6fe90916a407aace73ab6c79e08495c4bcec0 (patch) | |
tree | f9f4e5a89f5223b9174a2012c31ca1dc2ae423e1 /src/bw.h | |
parent | 24cc07871e0744853dfaed26c9a8eff0b62ff35d (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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |