diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2004-12-30 12:20:28 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2004-12-30 12:20:28 -0500 |
commit | bed9a2c79bfdde6e4ec89d9d02a5d6e88ae12f79 (patch) | |
tree | dd916bd7c1040bd69a1fe9f9ed1aa98d44ca623d /src/LYStyle.h | |
parent | b52ca53f448d0f9c01708a6ce2b03be3a71d3993 (diff) | |
download | lynx-snapshots-bed9a2c79bfdde6e4ec89d9d02a5d6e88ae12f79.tar.gz |
snapshot of project "lynx", label v2-8-6dev_9
Diffstat (limited to 'src/LYStyle.h')
-rw-r--r-- | src/LYStyle.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/LYStyle.h b/src/LYStyle.h index 04a24bfd..fc31d698 100644 --- a/src/LYStyle.h +++ b/src/LYStyle.h @@ -14,9 +14,6 @@ extern const SGML_dtd HTML_dtd; /* array of currently set styles */ extern HTCharStyle displayStyles[DSTYLE_ELEMENTS]; -/* Can we do colour? - RP */ -extern int lynx_has_color; - /* Set all the buckets in the hash table to be empty */ extern void parse_userstyles(void); @@ -68,4 +65,6 @@ extern void FastTrimColorClass(const char *tag_name, #endif /* USE_COLOR_STYLE */ +extern int lynx_has_color; + #endif /* LYSTYLE_H */ |