diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-05-18 17:52:45 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-05-18 17:52:45 +0200 |
commit | 2ea9718c0a3297ff91c1219b3e011a8a3367461f (patch) | |
tree | 64ea43d63fa8f91dd3080e26475204ddb11fab04 /src/uicmd.hh | |
parent | e949bbc7ed966ed47bebba5798756501bd285917 (diff) |
add support for --xid command line option
The --xid option is used by a plugin for the claws mail client
(http://www.claws-mail.org/) to embed the dillo window into the mailer
application to display HTML mails.
Diffstat (limited to 'src/uicmd.hh')
-rw-r--r-- | src/uicmd.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uicmd.hh b/src/uicmd.hh index f10d43ee..282f1b8b 100644 --- a/src/uicmd.hh +++ b/src/uicmd.hh @@ -8,7 +8,7 @@ extern "C" { #endif /* __cplusplus */ -BrowserWindow *a_UIcmd_browser_window_new(int ww, int wh, const void *v_bw); +BrowserWindow *a_UIcmd_browser_window_new(int ww, int wh, uint32_t xid, const void *v_bw); BrowserWindow *a_UIcmd_get_bw_by_widget(void *v_wid); void a_UIcmd_send_event_to_tabs_by_wid(int e, void *v_wid); void a_UIcmd_open_urlstr(void *vbw, const char *urlstr); |