X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Ftest_opaque.c;fp=test%2Ftest_opaque.c;h=52a5b49047c1af01291f18110f64bc488b2372d2;hp=eeea2302284c12df8d1e7d65eed9237d079920b7;hb=ac1479a2aceab5094e64da97ae11dde43c942d7a;hpb=91d451ffc473b358d8d74506d2da8871e44fbd7b diff --git a/test/test_opaque.c b/test/test_opaque.c index eeea2302..52a5b490 100644 --- a/test/test_opaque.c +++ b/test/test_opaque.c @@ -27,7 +27,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: test_opaque.c,v 1.12 2021/03/06 23:53:34 tom Exp $ + * $Id: test_opaque.c,v 1.13 2021/07/11 09:13:49 tom Exp $ * * Author: Thomas E Dickey * @@ -55,7 +55,7 @@ #define BASE_Y 6 #define MAX_COLS 1024 -#if defined(NCURSES_VERSION_PATCH) && (NCURSES_VERSION_PATCH >= 20080119) && NCURSES_EXT_FUNCS +#if defined(NCURSES_VERSION_PATCH) && (NCURSES_VERSION_PATCH >= 20080119) && NCURSES_EXT_FUNCS && NCURSES_OPAQUE static bool Quit(int ch)