author | Lorenzo Bettini <bettini@dsi.unifi.it> | 2007年03月23日 18:13:11 +0000 |
---|---|---|
committer | Lorenzo Bettini <bettini@dsi.unifi.it> | 2007年03月23日 18:13:11 +0000 |
commit | 6fcee8f6e2f2212855b5b3e3ea5db76dc5d48cc3 (patch) | |
tree | 75e439f2d91fd9476d729dfe18c2765cd08f47eb /src/lib/textstyles.h | |
parent | 5a0ebf841e2df9b60a10545d9abd5350bd06a346 (diff) | |
download | src-highlite-6fcee8f6e2f2212855b5b3e3ea5db76dc5d48cc3.tar.gz |
-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 { |