diff options
Diffstat (limited to 'src/fe-common/core/formats.h')
-rw-r--r-- | src/fe-common/core/formats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-common/core/formats.h b/src/fe-common/core/formats.h index 5be7a4b5..2e2d6cff 100644 --- a/src/fe-common/core/formats.h +++ b/src/fe-common/core/formats.h @@ -38,7 +38,7 @@ typedef struct { int level; int hilight_priority; - int hilight_color; + int hilight_color, hilight_bg_color; } TEXT_DEST_REC; int format_find_tag(const char *module, const char *tag); |