-rw-r--r-- | src/lib/textstyles.h | 2 |
diff --git a/src/lib/textstyles.h b/src/lib/textstyles.h index e859333..712f243 100644 --- a/src/lib/textstyles.h +++ b/src/lib/textstyles.h @@ -18,7 +18,7 @@ struct TextStyles { TextStyle bold, italics, underline, notfixed, fixed, - color, onestyle; + color, bg_color, onestyle; struct RefTextStyle { |