summaryrefslogtreecommitdiff
path: root/src/dillo.cc
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2014-02-15 23:58:41 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2014-02-15 23:58:41 +0100
commit891ba8ec637c42a173dd5b044de4e56f86a33fec (patch)
tree5230b92f5c38966a52e61a58cedbd6f413a96c19 /src/dillo.cc
parentff62eabe7e4045721c8a22fb0d0ab75dc85cdb06 (diff)
share user agent style between CssContext's
Diffstat (limited to 'src/dillo.cc')
-rw-r--r--src/dillo.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dillo.cc b/src/dillo.cc
index 5a67946b..d73b855a 100644
--- a/src/dillo.cc
+++ b/src/dillo.cc
@@ -52,6 +52,7 @@
#include "cookies.h"
#include "domain.h"
#include "auth.h"
+#include "styleengine.hh"
#include "lout/debug.hh"
#include "dw/fltkcore.hh"
@@ -472,6 +473,7 @@ int main(int argc, char **argv)
a_Cookies_init();
a_Auth_init();
a_UIcmd_init();
+ StyleEngine::init();
dw::Textblock::setPenaltyHyphen (prefs.penalty_hyphen);
dw::Textblock::setPenaltyHyphen2 (prefs.penalty_hyphen_2);