X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=test%2Ftest.priv.h;h=0ab41507989b8c5ca2a0119bdc71d1800f2861ef;hb=574a94bc3d70682bde48f7f10d3c12a58e581e27;hp=eaeebc1a88ca01ce64ed912ced0caeaf05a634ba;hpb=5242fccf157e715ed878455a3efea6c82b840eb5;p=ncurses.git diff --git a/test/test.priv.h b/test/test.priv.h index eaeebc1a..0ab41507 100644 --- a/test/test.priv.h +++ b/test/test.priv.h @@ -29,7 +29,7 @@ /**************************************************************************** * Author: Thomas E. Dickey 1996-on * ****************************************************************************/ -/* $Id: test.priv.h,v 1.65 2007/02/03 20:00:54 tom Exp $ */ +/* $Id: test.priv.h,v 1.67 2007/06/23 15:46:17 tom Exp $ */ #ifndef __TEST_PRIV_H #define __TEST_PRIV_H 1 @@ -320,6 +320,10 @@ extern int optind; #define NCURSES_CH_T cchar_t #endif +#ifndef NCURSES_OPAQUE +#define NCURSES_OPAQUE 0 +#endif + #ifndef CCHARW_MAX #define CCHARW_MAX 5 #endif