X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fnc_panel.h;h=ece9594736835c8f58a2a529b49ce2460e0ab0de;hp=bb1f6745ac0cad4ffe58eb0e2213666700956d95;hb=3ce2c58251fe1353768cc630103cdb12ecc8be0a;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/include/nc_panel.h b/include/nc_panel.h index bb1f6745..ece95947 100644 --- a/include/nc_panel.h +++ b/include/nc_panel.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998,2000 Free Software Foundation, Inc. * + * Copyright (c) 1998-2008,2009 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 * @@ -27,13 +27,13 @@ ****************************************************************************/ /**************************************************************************** - * Author: Zeyd M. Ben-Halim 1992,1995 * - * and: Eric S. Raymond * + * Author: Juergen Pfeifer 1997 * + * and: Thomas E. Dickey * ****************************************************************************/ /* - * $Id: nc_panel.h,v 1.3 2000/12/10 02:04:35 tom Exp $ + * $Id: nc_panel.h,v 1.6 2009/04/11 21:17:57 tom Exp $ * * nc_panel.h * @@ -54,11 +54,18 @@ struct panelhook { struct panel* top_panel; struct panel* bottom_panel; struct panel* stdscr_pseudo_panel; +#if NO_LEAKS + int (*destroy)(struct panel *); +#endif }; /* Retrieve the panelhook of the current screen */ extern NCURSES_EXPORT(struct panelhook*) _nc_panelhook (void); +#if NCURSES_SP_FUNCS +extern NCURSES_EXPORT(struct panelhook*) NCURSES_SP_NAME(_nc_panelhook) (SCREEN *); +#endif + #ifdef __cplusplus } #endif