X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=panel%2Fllib-lpanelw;h=48bd1e0db5a786c9fbe47287f31885f6451b996b;hp=0c05a1e420e580afe410ad5a9c537fcdb8e2420d;hb=3f5a74a97cf8d86a8a8a78c7b268f49ccdc4101c;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/panel/llib-lpanelw b/panel/llib-lpanelw index 0c05a1e4..48bd1e0d 100644 --- a/panel/llib-lpanelw +++ b/panel/llib-lpanelw @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2002 Free Software Foundation, Inc. * + * Copyright (c) 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 2002 * + * Author: Thomas E. Dickey 2002,2005 * ****************************************************************************/ /* LINTLIBRARY */ @@ -35,6 +35,11 @@ #include "panel.priv.h" +#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)