aboutsummaryrefslogtreecommitdiff
path: root/contrib/ncurses/test/xmas.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ncurses/test/xmas.c')
-rw-r--r--contrib/ncurses/test/xmas.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ncurses/test/xmas.c b/contrib/ncurses/test/xmas.c
index 3923c771d97a..57d42923000c 100644
--- a/contrib/ncurses/test/xmas.c
+++ b/contrib/ncurses/test/xmas.c
@@ -92,7 +92,7 @@
/******************************************************************************/
/*
- * $Id: xmas.c,v 1.12 1998/01/18 01:13:47 tom Exp $
+ * $Id: xmas.c,v 1.13 1999/11/13 23:39:01 tom Exp $
*/
#include <test.priv.h>
@@ -183,7 +183,7 @@ int loopy;
#endif
if (has_colors()) {
start_color();
-#ifdef NCURSES_VERSION
+#ifdef HAVE_USE_DEFAULT_COLORS
if (use_default_colors() == OK)
my_bg = -1;
#endif