X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=panel%2Fpanel.priv.h;h=7934018ff6b267272c11ba03e0de529beae860f7;hp=1156c72daa2cfdb67b4912d0faf2c455e7121e9a;hb=5e1e572b71ae31a6071daa24e2460a68a6f1003c;hpb=a84fd46191c61f1151a7258e1539b89c395e61f9 diff --git a/panel/panel.priv.h b/panel/panel.priv.h index 1156c72d..7934018f 100644 --- a/panel/panel.priv.h +++ b/panel/panel.priv.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2012,2014 Free Software Foundation, Inc. * + * Copyright (c) 1998-2014,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -26,7 +26,7 @@ * authorization. * ****************************************************************************/ -/* $Id: panel.priv.h,v 1.26 2014/11/01 14:48:03 tom Exp $ */ +/* $Id: panel.priv.h,v 1.27 2017/02/11 16:50:43 tom Exp $ */ #ifndef NCURSES_PANEL_PRIV_H #define NCURSES_PANEL_PRIV_H 1 @@ -43,15 +43,10 @@ struct screen; /* forward declaration */ #include "curses.priv.h" /* includes nc_panel.h */ -#include "panel.h" - -#if USE_RCS_IDS -# define MODULE_ID(id) static const char Ident[] = id; -#else -# define MODULE_ID(id) /*nothing*/ -#endif +#define NCURSES_OPAQUE_PANEL 0 +#include "panel.h" #ifdef TRACE extern NCURSES_EXPORT(const char *) _nc_my_visbuf (const void *);