X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=menu%2Fmenu.priv.h;h=d084565a62672a325286163a0e5849e4c7484390;hp=cb1ebc45bda82120f46cff6db9df7352ac0670b4;hb=f44733b760290aa8f51c6c9e1e463254833bffcd;hpb=2a32bee362db64f5a06b2124976b928ac3faa578 diff --git a/menu/menu.priv.h b/menu/menu.priv.h index cb1ebc45..d084565a 100644 --- a/menu/menu.priv.h +++ b/menu/menu.priv.h @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2014,2016 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2016,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 * @@ -30,7 +31,7 @@ * Author: Juergen Pfeifer, 1995,1997 * ****************************************************************************/ -/* $Id: menu.priv.h,v 1.26 2016/03/26 21:50:56 tom Exp $ */ +/* $Id: menu.priv.h,v 1.28 2020/02/02 23:34:34 tom Exp $ */ /*************************************************************************** * Module menu.priv.h * @@ -42,6 +43,9 @@ /* *INDENT-OFF* */ #include "curses.priv.h" + +#define NCURSES_OPAQUE_MENU 0 + #include "mf_common.h" #include "menu.h"