X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=ncurses%2Fbase%2Flib_newwin.c;h=580d033b7d44b6141c1fce9ecef4c433550a5903;hb=81304798ee736c467839c779c9ca5dca48db7bea;hp=5d48107a3003d9fee2917c8bf3af9de50984adda;hpb=07e31b3b587a07281ff7c71e5c13248a31048257;p=ncurses.git diff --git a/ncurses/base/lib_newwin.c b/ncurses/base/lib_newwin.c index 5d48107a..580d033b 100644 --- a/ncurses/base/lib_newwin.c +++ b/ncurses/base/lib_newwin.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2016,2017 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 * @@ -43,7 +44,7 @@ #include #include -MODULE_ID("$Id: lib_newwin.c,v 1.74 2017/05/13 23:17:29 tom Exp $") +MODULE_ID("$Id: lib_newwin.c,v 1.75 2020/02/02 23:34:34 tom Exp $") #define window_is(name) ((sp)->_##name == win)