diff options
author | Sebastian Geerken <devnull@localhost> | 2012-09-14 11:34:19 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2012-09-14 11:34:19 +0200 |
commit | e4367b16dc131f34936bbb8fd09557b5aa5acbd7 (patch) | |
tree | 487a35941bf20bbc95a3d0b1dee420b00771f5b6 /dw/types.hh | |
parent | abd446c2eebe1f96764b6d95f1c6c61ae9bc40b2 (diff) | |
parent | 94e451ffa5ece79a3b071ee553650bf8bd869a46 (diff) |
Merge of <http://hg.dillo.org/dillo>.
Diffstat (limited to 'dw/types.hh')
-rw-r--r-- | dw/types.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/types.hh b/dw/types.hh index b5204331..abed38e6 100644 --- a/dw/types.hh +++ b/dw/types.hh @@ -195,6 +195,7 @@ struct Content REAL_CONTENT = 0xff ^ (START | END | FLOAT_REF), SELECTION_CONTENT = TEXT | WIDGET | BREAK }; + /* Content is embedded in struct Word therefore we * try to be space efficient. */ |