X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=panel%2Fllib-lpanel;h=de49c234ecaa9fd706af3c71b285b2c118ad5277;hp=ab75ffee56e848bce77c0a03f5ba9286296304f6;hb=3996fe0bf797f113d6abc4329cc869951735a4d8;hpb=661078ddbde3ce0f3b06e95642fbb9b5fef7dca1 diff --git a/panel/llib-lpanel b/panel/llib-lpanel index ab75ffee..de49c234 100644 --- a/panel/llib-lpanel +++ b/panel/llib-lpanel @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998 Free Software Foundation, Inc. * + * Copyright (c) 1998-2002,2005 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,7 +27,7 @@ ****************************************************************************/ /**************************************************************************** - * Author: Thomas E. Dickey 1997 * + * Author: Thomas E. Dickey 1997,2002,2005 * ****************************************************************************/ /* LINTLIBRARY */ @@ -35,29 +35,44 @@ #include "panel.priv.h" -#undef _nc_free_obscure -void _nc_free_obscure( +#undef _nc_retrace_panel +PANEL *_nc_retrace_panel( PANEL *pan) + { return(*(PANEL **)0); } + +#undef _nc_my_visbuf +const char *_nc_my_visbuf( + const void *ptr) + { return(*(const char **)0); } + +#undef _nc_dPanel +void _nc_dPanel( + const char *text, + const PANEL *pan) { /* void */ } -#undef _nc_override -void _nc_override( - const PANEL *pan, - int show) +#undef _nc_dStack +void _nc_dStack( + const char *fmt, + int num, + const PANEL *pan) { /* void */ } -#undef _nc_calculate_obscure -void _nc_calculate_obscure(void) +#undef _nc_Wnoutrefresh +void _nc_Wnoutrefresh( + const PANEL *pan) { /* void */ } -#undef _nc_panel_is_linked -bool _nc_panel_is_linked( +#undef _nc_Touchpan +void _nc_Touchpan( const PANEL *pan) - { return(*(bool *)0); } + { /* void */ } -#undef _nc_panel_link_bottom -void _nc_panel_link_bottom( - PANEL *pan) +#undef _nc_Touchline +void _nc_Touchline( + const PANEL *pan, + int start, + int count) { /* void */ } /* ./p_above.c */