X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=panel%2Fp_bottom.c;h=9b22f0457384180e64481c532892ab64ea7a7ed4;hb=d6c65d287166c3105ece4a5e3f3ec7af5a5f26a3;hp=db814415375c0f4f226b6d9ac1d8bf30e9ca035f;hpb=c6540b9c89dda1a6a8bd681726831e8924176504;p=ncurses.git diff --git a/panel/p_bottom.c b/panel/p_bottom.c index db814415..9b22f045 100644 --- a/panel/p_bottom.c +++ b/panel/p_bottom.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2009,2010 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2008,2010 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 * @@ -37,9 +38,9 @@ */ #include "panel.priv.h" -MODULE_ID("$Id: p_bottom.c,v 1.13 2010/01/23 21:22:16 tom Exp $") +MODULE_ID("$Id: p_bottom.c,v 1.15 2020/05/24 01:40:20 anonymous.maarten Exp $") -NCURSES_EXPORT(int) +PANEL_EXPORT(int) bottom_panel(PANEL * pan) { int err = OK;