diff options
Diffstat (limited to 'src/glibext/linesegment.h')
-rw-r--r-- | src/glibext/linesegment.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glibext/linesegment.h b/src/glibext/linesegment.h index 9723a80..e6a8fff 100644 --- a/src/glibext/linesegment.h +++ b/src/glibext/linesegment.h @@ -69,6 +69,7 @@ typedef enum _RenderingTagType RTT_NONE, /* Espace ou tabulation */ RTT_RAW, /* Contenu brut */ + RTT_RAW_FULL, /* Contenu brut et complet */ RTT_RAW_NULL, /* Contenu brut et nul */ RTT_PRINTABLE, /* Caractère imprimable */ RTT_NOT_PRINTABLE, /* Caractère non imprimable */ |