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/dillo.cc | |
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/dillo.cc')
-rw-r--r-- | src/dillo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dillo.cc b/src/dillo.cc index e80ab50b..6a3b938b 100644 --- a/src/dillo.cc +++ b/src/dillo.cc @@ -314,7 +314,7 @@ int main(int argc, char **argv) } // Create a new UI/bw pair - BrowserWindow *bw = a_UIcmd_browser_window_new(0, 0, NULL); + BrowserWindow *bw = a_UIcmd_browser_window_new(0, 0, xid, NULL); /* Proxy authentication */ if (prefs.http_proxyuser && !a_Http_proxy_auth()) { |