]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/picsmap.c
ncurses 6.0 - patch 20171230
[ncurses.git] / test / picsmap.c
index f95b9b0cf9934b3f10467dd33c0be874858b26ad..6192de3a57e876f01a8f2ab1f8118cde82631afe 100644 (file)
@@ -26,7 +26,7 @@
  * authorization.                                                           *
  ****************************************************************************/
 /*
- * $Id: picsmap.c,v 1.114 2017/12/16 23:49:40 tom Exp $
+ * $Id: picsmap.c,v 1.115 2017/12/26 22:20:11 tom Exp $
  *
  * Author: Thomas E. Dickey
  *
@@ -1475,7 +1475,7 @@ show_picture(PICS_HEAD * pics)
 
     debugmsg("called show_picture");
     logmsg("...using %dx%d screen", LINES, COLS);
-#if USE_EXTENDED_COLORS
+#if HAVE_RESET_COLOR_PAIRS
     reset_color_pairs();
 #elif HAVE_CURSCR
     wclear(curscr);