about summary refs log tree commit diff stats
path: root/src/LYStyle.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2004-12-30 12:20:28 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2004-12-30 12:20:28 -0500
commitbed9a2c79bfdde6e4ec89d9d02a5d6e88ae12f79 (patch)
treedd916bd7c1040bd69a1fe9f9ed1aa98d44ca623d /src/LYStyle.h
parentb52ca53f448d0f9c01708a6ce2b03be3a71d3993 (diff)
downloadlynx-snapshots-bed9a2c79bfdde6e4ec89d9d02a5d6e88ae12f79.tar.gz
snapshot of project "lynx", label v2-8-6dev_9
Diffstat (limited to 'src/LYStyle.h')
-rw-r--r--src/LYStyle.h5
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 */