diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2014-07-02 21:47:41 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2014-07-02 21:47:41 +0200 |
commit | b56a58caf9ef4d5087a9741bfa6a6cfb1977b631 (patch) | |
tree | 630515d430e06318a40bde72ba90d87dc17764b7 /src/styleengine.hh | |
parent | d4b1ef469fa0362035e55365923916a40998dc84 (diff) |
make dpmm a proper member of StyleEngine
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r-- | src/styleengine.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh index 41f892d7..772e7f63 100644 --- a/src/styleengine.hh +++ b/src/styleengine.hh @@ -35,6 +35,7 @@ class StyleEngine { CssContext *cssContext; Doctree *doctree; int importDepth; + float dpmm; DilloUrl *pageUrl, *baseUrl; void stackPush (); |