diff options
Diffstat (limited to 'src/dillo.cc')
-rw-r--r-- | src/dillo.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dillo.cc b/src/dillo.cc index 5e6615c2..80053d02 100644 --- a/src/dillo.cc +++ b/src/dillo.cc @@ -393,6 +393,9 @@ int main(int argc, char **argv) */ ((Fl_Widget *)bw->ui)->window()->make_current(); + /* Use FLTK_SCHEME environment variable, or X11 resource */ + Fl::scheme(NULL); + /* Proxy authentication */ if (prefs.http_proxyuser && !a_Http_proxy_auth()) { const char *passwd = a_UIcmd_get_passwd(prefs.http_proxyuser); |