X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=test%2Ftest_opaque.c;h=c365ba5cbfcb218b58f1b394d94b3312dcbc61bf;hb=61b684e2d53473d0262f28db0b0020e466bb8447;hp=52a5b49047c1af01291f18110f64bc488b2372d2;hpb=ac1479a2aceab5094e64da97ae11dde43c942d7a;p=ncurses.git diff --git a/test/test_opaque.c b/test/test_opaque.c index 52a5b490..c365ba5c 100644 --- a/test/test_opaque.c +++ b/test/test_opaque.c @@ -27,7 +27,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: test_opaque.c,v 1.13 2021/07/11 09:13:49 tom Exp $ + * $Id: test_opaque.c,v 1.14 2021/09/11 23:44:07 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 && NCURSES_OPAQUE +#if defined(NCURSES_VERSION_PATCH) && (NCURSES_VERSION_PATCH >= 20090906) && NCURSES_EXT_FUNCS && NCURSES_OPAQUE static bool Quit(int ch)