X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fcurses.h.in;fp=include%2Fcurses.h.in;h=4c6e370a78e168419d30965f71777b37fc2a2879;hp=988f3d333125dd664ad6a147a0a52c3127eaf06e;hb=44a63c85c16f81579c74d68cd99eea1a1fd00c28;hpb=048a1c1a65c6d98d92fca97f8d175d10d21091d0 diff --git a/include/curses.h.in b/include/curses.h.in index 988f3d33..4c6e370a 100644 --- a/include/curses.h.in +++ b/include/curses.h.in @@ -32,7 +32,7 @@ * and: Thomas E. Dickey 1996-on * ****************************************************************************/ -/* $Id: curses.h.in,v 1.245 2017/01/21 23:06:27 tom Exp $ */ +/* $Id: curses.h.in,v 1.246 2017/02/11 16:00:56 tom Exp $ */ #ifndef __NCURSES_H #define __NCURSES_H @@ -95,7 +95,7 @@ * total foreground and background colors. * * X/Open uses "short" for both of these types, ultimately because they are - * numbers from the terminal database, which uses 16-bit signed values. + * numbers from the SVr4 terminal database, which uses 16-bit signed values. */ #undef NCURSES_COLOR_T #define NCURSES_COLOR_T short @@ -104,10 +104,13 @@ #define NCURSES_PAIRS_T short /* - * Definition used to make WINDOW and similar structs opaque. + * Definitions used to make WINDOW and similar structs opaque. */ -#ifndef @cf_cv_enable_opaque@ -#define NCURSES_OPAQUE @NCURSES_OPAQUE@ +#ifndef NCURSES_INTERNALS +#define NCURSES_OPAQUE @NCURSES_OPAQUE@ +#define NCURSES_OPAQUE_FORM @NCURSES_OPAQUE_FORM@ +#define NCURSES_OPAQUE_MENU @NCURSES_OPAQUE_MENU@ +#define NCURSES_OPAQUE_PANEL @NCURSES_OPAQUE_PANEL@ #endif /*