diff options
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()) { |