From bf2982d411441d94e8e0bd9f14b6d34b8e364560 Mon Sep 17 00:00:00 2001 From: "peterl%netscape.com" Date: Thu, 17 Sep 1998 00:13:15 +0000 Subject: [PATCH] added decoration_none --- gfx/src/nsFont.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/src/nsFont.h b/gfx/src/nsFont.h index c349390ebd81..7e942f574903 100644 --- a/gfx/src/nsFont.h +++ b/gfx/src/nsFont.h @@ -86,6 +86,7 @@ struct NS_GFX nsFont { #define NS_FONT_VARIANT_NORMAL 0 #define NS_FONT_VARIANT_SMALL_CAPS 1 +#define NS_FONT_DECORATION_NONE 0x0 #define NS_FONT_DECORATION_UNDERLINE 0x1 #define NS_FONT_DECORATION_OVERLINE 0x2 #define NS_FONT_DECORATION_LINE_THROUGH 0x4