diff options
author | sgeerke <devnull@localhost> | 2012-06-24 12:06:15 +0200 |
---|---|---|
committer | sgeerke <devnull@localhost> | 2012-06-24 12:06:15 +0200 |
commit | 39985d2c5158742fc9e00e7dd90559f9f5c8c75f (patch) | |
tree | 1950c633fd73c1b7ef5056ed18b9dcd527552d3b /dw/types.hh | |
parent | e02ec1bd1405715f050a71d40a9e3c212dd43123 (diff) |
First part of hyphenation! And some minor changes in "lout".
Diffstat (limited to 'dw/types.hh')
-rw-r--r-- | dw/types.hh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dw/types.hh b/dw/types.hh index eac834ff..65983fad 100644 --- a/dw/types.hh +++ b/dw/types.hh @@ -194,16 +194,12 @@ struct Content REAL_CONTENT = 0xff ^ (START | END), SELECTION_CONTENT = TEXT | WIDGET | BREAK }; - enum BreakType { - BREAK_NO, - BREAK_OK - }; + /* Content is embedded in struct Word therefore we * try to be space efficient. */ short type; bool space; - unsigned char breakType; union { const char *text; Widget *widget; |