X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fbase%2Flib_newwin.c;h=72d8af84b70314d67a20e146bf1c3fc65c688bfd;hp=791d808244bd1ec37cbd321fdd53e4dab61caec1;hb=687aeec3e382083652c3bb2e94fb6d3bf101a1f9;hpb=11dead39816318fe9601e27756b9497caf7ff490 diff --git a/ncurses/base/lib_newwin.c b/ncurses/base/lib_newwin.c index 791d8082..72d8af84 100644 --- a/ncurses/base/lib_newwin.c +++ b/ncurses/base/lib_newwin.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2009,2010 Free Software Foundation, Inc. * + * Copyright (c) 1998-2010,2011 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 +43,7 @@ #include #include -MODULE_ID("$Id: lib_newwin.c,v 1.66 2010/04/24 23:31:18 tom Exp $") +MODULE_ID("$Id: lib_newwin.c,v 1.69 2011/03/07 21:58:17 tom Exp $") #define window_is(name) ((sp)->_##name == win)